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:
4692cf3
)
(mtext__adjust_foramt): Extern it.
author
handa
<handa>
Mon, 29 Mar 2004 03:58:23 +0000
(
03:58
+0000)
committer
handa
<handa>
Mon, 29 Mar 2004 03:58:23 +0000
(
03:58
+0000)
src/mtext.h
patch
|
blob
|
history
diff --git
a/src/mtext.h
b/src/mtext.h
index
75cfd7b
..
2ce47f4
100644
(file)
--- a/
src/mtext.h
+++ b/
src/mtext.h
@@
-58,6
+58,8
@@
extern int mtext__cat_data (MText *mt, unsigned char *p, int nbytes,
extern MText *mtext__from_data (void *data, int nitems,
enum MTextFormat format, int need_copy);
+extern int mtext__adjust_format (MText *mt, enum MTextFormat format);
+
extern int mtext__replace (MText *mt, int from, int to,
char *from_str, char *to_str);