Interface changes for PROG tags
CVS patchset: 1740 CVS date: 1997/07/16 01:42:13
This commit is contained in:
parent
05ecca354d
commit
cb568d02f5
|
@ -12,6 +12,7 @@ struct sharedFile {
|
|||
|
||||
int findSharedFiles(rpmdb db, int offset, char ** fileList, int fileCount,
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue