From 4ed84cdc5b11248b94f53fe18b9784c40210840a Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 17 Feb 2005 07:51:20 +0000 Subject: [PATCH] (mplist__from_file): Prototype adjusted. --- src/plist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plist.h b/src/plist.h index 10c175c..37fbfa8 100644 --- a/src/plist.h +++ b/src/plist.h @@ -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); -- 1.7.10.4