added mdfile prototype
authorroot <devnull@localhost>
Mon, 11 Mar 1996 15:48:22 +0000 (15:48 +0000)
committerroot <devnull@localhost>
Mon, 11 Mar 1996 15:48:22 +0000 (15:48 +0000)
CVS patchset: 464
CVS date: 1996/03/11 15:48:22

lib/rpmlib.h

index fb6d357..de54ea7 100644 (file)
@@ -146,4 +146,6 @@ int rpmdbAdd(rpmdb db, Header dbentry);
 int rpmdbUpdateRecord(rpmdb db, int secOffset, Header secHeader);
 int rpmVerifyFile(char * prefix, Header h, int filenum, int * result);
 
+int mdfile(char *fn, unsigned char *digest);
+
 #endif