summaryrefslogtreecommitdiff
path: root/lib/lookup.h
diff options
context:
space:
mode:
authorewt <devnull@localhost>1999-01-06 03:14:26 +0000
committerewt <devnull@localhost>1999-01-06 03:14:26 +0000
commit8b6764efbcb0a1ba51f90a1d11efdd3494133292 (patch)
tree8be0e27cc106584029d1774466f10d88bc6201f7 /lib/lookup.h
parent0a15aaad53d0cf71344b84e3a7deff104315dc96 (diff)
downloadlibrpm-tizen-8b6764efbcb0a1ba51f90a1d11efdd3494133292.tar.gz
librpm-tizen-8b6764efbcb0a1ba51f90a1d11efdd3494133292.tar.bz2
librpm-tizen-8b6764efbcb0a1ba51f90a1d11efdd3494133292.zip
*** empty log message ***
CVS patchset: 2655 CVS date: 1999/01/06 03:14:26
Diffstat (limited to 'lib/lookup.h')
-rw-r--r--lib/lookup.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/lookup.h b/lib/lookup.h
new file mode 100644
index 000000000..8a196b865
--- /dev/null
+++ b/lib/lookup.h
@@ -0,0 +1,10 @@
+#ifndef H_LOOKUP
+#define H_LOOKUP
+
+#include "rpmlib.h"
+
+int findMatches(rpmdb db, char * name, char * version, char * release,
+ dbiIndexSet * matches);
+
+
+#endif