From: handa Date: Thu, 17 Feb 2005 07:51:20 +0000 (+0000) Subject: (mplist__from_file): Prototype adjusted. X-Git-Tag: REL-1-3-0~393 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ed84cdc5b11248b94f53fe18b9784c40210840a;p=m17n%2Fm17n-lib.git (mplist__from_file): Prototype adjusted. --- 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);