summaryrefslogtreecommitdiff
path: root/modules/hash-triple
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hash-triple')
-rw-r--r--modules/hash-triple25
1 files changed, 25 insertions, 0 deletions
diff --git a/modules/hash-triple b/modules/hash-triple
new file mode 100644
index 0000000000..b746d47519
--- /dev/null
+++ b/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