summaryrefslogtreecommitdiff
path: root/lib/lookup.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-04-18 17:23:21 +0000
committerjbj <devnull@localhost>2000-04-18 17:23:21 +0000
commit24f68f3a0df0004f7f3e623147474fb5632e29be (patch)
treea8e4b34561ef03a140d6e0bba86f1904c6d7147b /lib/lookup.h
parenta7b421a7f027bd2497a057651fc393aa64497a6c (diff)
downloadlibrpm-tizen-24f68f3a0df0004f7f3e623147474fb5632e29be.tar.gz
librpm-tizen-24f68f3a0df0004f7f3e623147474fb5632e29be.tar.bz2
librpm-tizen-24f68f3a0df0004f7f3e623147474fb5632e29be.zip
Eliminate, contents moved to rpmdb.c/rpmdb.h.
CVS patchset: 3682 CVS date: 2000/04/18 17:23:21
Diffstat (limited to 'lib/lookup.h')
-rw-r--r--lib/lookup.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/lookup.h b/lib/lookup.h
deleted file mode 100644
index 8a364b85b..000000000
--- a/lib/lookup.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef H_LOOKUP
-#define H_LOOKUP
-
-#include <rpmlib.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/* XXX only for the benefit of runTransactions() */
-int findMatches(rpmdb db, const char * name, const char * version,
- const char * release, /*@out@*/ dbiIndexSet * matches);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif