diff options
Diffstat (limited to 'gl/modules/hash-triple')
-rw-r--r-- | gl/modules/hash-triple | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gl/modules/hash-triple b/gl/modules/hash-triple new file mode 100644 index 000000000..b746d4751 --- /dev/null +++ b/gl/modules/hash-triple @@ -0,0 +1,25 @@ +Description: +Hash functions for file-related triples: name, device, inode. + +Files: +lib/hash-triple.c +lib/hash-triple.h + +Depends-on: +hash-pjw +same +same-inode + +configure.ac: + +Makefile.am: +lib_SOURCES += hash-triple.c + +Include: +"hash-triple.h" + +License: +GPL + +Maintainer: +Jim Meyering |