summaryrefslogtreecommitdiff
path: root/lib/fprint.h
diff options
context:
space:
mode:
authorewt <devnull@localhost>1998-12-30 16:56:28 +0000
committerewt <devnull@localhost>1998-12-30 16:56:28 +0000
commitd7ad76b4fcea79a327c5ef49ad28d1c116c66117 (patch)
tree9c4655e2068829cbc0d09a82ceddac3b4e70edec /lib/fprint.h
parent61a2cbcabfaea2b3f36d7eb1759aab61a935ce80 (diff)
downloadrpm-d7ad76b4fcea79a327c5ef49ad28d1c116c66117.tar.gz
rpm-d7ad76b4fcea79a327c5ef49ad28d1c116c66117.tar.bz2
rpm-d7ad76b4fcea79a327c5ef49ad28d1c116c66117.zip
added fpLookupList()
CVS patchset: 2623 CVS date: 1998/12/30 16:56:28
Diffstat (limited to 'lib/fprint.h')
-rw-r--r--lib/fprint.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/fprint.h b/lib/fprint.h
index fab0a3fe0..aafb0a81d 100644
--- a/lib/fprint.h
+++ b/lib/fprint.h
@@ -11,6 +11,9 @@ typedef struct fingerprint_s {
fingerPrint fpLookup(char * fullName, int scareMemory);
unsigned int fpHashFunction(const void * string);
int fpEqual(const void * key1, const void * key2);
+/* scareMemory is assumed here! */
+void fpLookupList(char ** fullNames, fingerPrint * fpList, int numItems,
+ int alreadySorted);
/* only if !scarceMemory */
#define fpFree(a) free((a).basename)