Interface changes for PROG tags

CVS patchset: 1740
CVS date: 1997/07/16 01:42:13
This commit is contained in:
ewt 1997-07-16 01:42:13 +00:00
parent 05ecca354d
commit cb568d02f5
1 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ struct sharedFile {
int findSharedFiles(rpmdb db, int offset, char ** fileList, int fileCount, int findSharedFiles(rpmdb db, int offset, char ** fileList, int fileCount,
struct sharedFile ** listPtr, int * listCountPtr); struct sharedFile ** listPtr, int * listCountPtr);
int runScript(char * prefix, Header h, int tag, int arg, int dontRunScripts); int runScript(char * prefix, Header h, int scriptTag, int progTag,
int arg, int norunScripts);
#endif #endif