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:
bca9190
)
(mplist_conc): Delete extern.
author
handa
<handa>
Tue, 18 Oct 2005 01:22:37 +0000
(
01:22
+0000)
committer
handa
<handa>
Tue, 18 Oct 2005 01:22:37 +0000
(
01:22
+0000)
src/m17n-core.h
patch
|
blob
|
history
diff --git
a/src/m17n-core.h
b/src/m17n-core.h
index
4740a97
..
f4ddbf8
100644
(file)
--- a/
src/m17n-core.h
+++ b/
src/m17n-core.h
@@
-218,8
+218,6
@@
extern void *mplist_pop (MPlist *plist);
extern MPlist *mplist_put (MPlist *plist, MSymbol key, void *val);
-extern MPlist *mplist_conc (MPlist *plist, MPlist *tail);
-
extern void *mplist_get (MPlist *plist, MSymbol key);
extern MPlist *mplist_find_by_key (MPlist *plist, MSymbol key);