From 04f24b87c679a32a13ccbce418fc04aef8ce16cd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 25 Sep 2007 22:11:42 +0200 Subject: New module, hash-triple. * modules/hash-triple: Define it. * lib/hash-triple.c, lib/hash-triple.h: Implement. --- modules/hash-triple | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 modules/hash-triple (limited to 'modules/hash-triple') 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 -- cgit v1.2.1