summaryrefslogtreecommitdiff
path: root/modules/hash-triple
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-09-25 22:11:42 +0200
committerJim Meyering <jim@meyering.net>2007-09-27 10:48:01 +0200
commit04f24b87c679a32a13ccbce418fc04aef8ce16cd (patch)
tree8d1c872df480c072c778aa56161b03e49c0e264a /modules/hash-triple
parentd5d3e86d326de4aa7d661fde1ebb636f3efbffd5 (diff)
downloadgnulib-04f24b87c679a32a13ccbce418fc04aef8ce16cd.tar.gz
New module, hash-triple.
* modules/hash-triple: Define it. * lib/hash-triple.c, lib/hash-triple.h: Implement.
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