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:
7495ee4
)
(minput_list): Extern it.
author
handa
<handa>
Sun, 13 Feb 2011 23:23:13 +0000
(23:23 +0000)
committer
handa
<handa>
Sun, 13 Feb 2011 23:23:13 +0000
(23:23 +0000)
src/m17n.h
patch
|
blob
|
history
diff --git
a/src/m17n.h
b/src/m17n.h
index
14cb00c
..
1d3a855
100644
(file)
--- a/
src/m17n.h
+++ b/
src/m17n.h
@@
-1389,6
+1389,8
@@
extern MPlist *minput_get_variables (MSymbol language, MSymbol name);
extern int minput_set_variable (MSymbol language, MSymbol name,
MSymbol variable, void *value);
+extern MPlist *minput_list (MSymbol lang);
+
extern MInputMethod *mdebug_dump_im (MInputMethod *im, int indent);
M17N_END_HEADER