(mplist__from_file): Prototype adjusted.
authorhanda <handa>
Thu, 17 Feb 2005 07:51:20 +0000 (07:51 +0000)
committerhanda <handa>
Thu, 17 Feb 2005 07:51:20 +0000 (07:51 +0000)
src/plist.h

index 10c175c..37fbfa8 100644 (file)
@@ -81,7 +81,7 @@ struct MPlist
 extern unsigned char hex_mnemonic[256];
 extern unsigned char escape_mnemonic[256];
 
-extern MPlist *mplist__from_file (FILE *fp);
+extern MPlist *mplist__from_file (FILE *fp, MPlist *keys);
 
 extern MPlist *mplist__from_plist (MPlist *plist);