X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fplist.h;h=37fbfa85fa505015717ad4aa591190e28a44a176;hb=819616dacfef49aad64a7a6f7460ab26c0bfbf2b;hp=372a3e667ab09cec3d842dbd35be7a0b121616dd;hpb=1359a5c46aaaa266d1d6a0f30f2478a18e439b5c;p=m17n%2Fm17n-lib.git diff --git a/src/plist.h b/src/plist.h index 372a3e6..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); @@ -91,7 +91,4 @@ extern MPlist *mplist__from_string (unsigned char *str, int n); extern int mplist__serialize (MText *mt, MPlist *plist); -extern MPlist *mplist__deserialize (MText *mt); - - #endif /* _M17N_PLIST_H_ */