projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4f5e5e
)
(mplist__from_file): Prototype adjusted.
author
handa
<handa>
Thu, 17 Feb 2005 07:51:20 +0000
(07:51 +0000)
committer
handa
<handa>
Thu, 17 Feb 2005 07:51:20 +0000
(07:51 +0000)
src/plist.h
patch
|
blob
|
history
diff --git
a/src/plist.h
b/src/plist.h
index
10c175c
..
37fbfa8
100644
(file)
--- 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);