diff options
author | ewt <devnull@localhost> | 1999-01-06 03:14:26 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1999-01-06 03:14:26 +0000 |
commit | 8b6764efbcb0a1ba51f90a1d11efdd3494133292 (patch) | |
tree | 8be0e27cc106584029d1774466f10d88bc6201f7 /lib/lookup.h | |
parent | 0a15aaad53d0cf71344b84e3a7deff104315dc96 (diff) | |
download | librpm-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.h | 10 |
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 |