#ifndef H_LOOKUP #define H_LOOKUP #include #ifdef __cplusplus extern "C" { #endif int findMatches(rpmdb db, const char * name, const char * version, const char * release, /*@out@*/dbiIndexSet * matches); #ifdef __cplusplus } #endif #endif