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:
e137259
)
(mplist_conc): Extern it.
author
handa
<handa>
Thu, 22 Sep 2005 07:29:07 +0000
(07:29 +0000)
committer
handa
<handa>
Thu, 22 Sep 2005 07:29:07 +0000
(07:29 +0000)
src/m17n-core.h
patch
|
blob
|
history
diff --git
a/src/m17n-core.h
b/src/m17n-core.h
index
f4ddbf8
..
4740a97
100644
(file)
--- a/
src/m17n-core.h
+++ b/
src/m17n-core.h
@@
-218,6
+218,8
@@
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);