Initial revision
authorewt <devnull@localhost>
Mon, 8 Jan 1996 19:20:17 +0000 (19:20 +0000)
committerewt <devnull@localhost>
Mon, 8 Jan 1996 19:20:17 +0000 (19:20 +0000)
CVS patchset: 172
CVS date: 1996/01/08 19:20:17

lib/install.h [new file with mode: 0644]

diff --git a/lib/install.h b/lib/install.h
new file mode 100644 (file)
index 0000000..dcfff79
--- /dev/null
@@ -0,0 +1,17 @@
+#ifndef H_INSTALL
+#define H_INSTALL
+
+#include "header.h"
+#include "rpmlib.h"
+
+struct sharedFile {
+    int mainFileNumber;
+    int secRecOffset;
+    int secFileNumber;
+} ;
+
+int findSharedFiles(rpmdb db, int offset, char ** fileList, int fileCount,
+                   struct sharedFile ** listPtr, int * listCountPtr);
+int runScript(char * prefix, Header h, int tag);
+
+#endif