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:
73b3eba
)
(mtext__from_data): Ajust prototype.
author
handa
<handa>
Thu, 24 Jun 2004 02:41:02 +0000
(
02:41
+0000)
committer
handa
<handa>
Thu, 24 Jun 2004 02:41:02 +0000
(
02:41
+0000)
src/mtext.h
patch
|
blob
|
history
diff --git
a/src/mtext.h
b/src/mtext.h
index
0a4bf70
..
78cbeb0
100644
(file)
--- a/
src/mtext.h
+++ b/
src/mtext.h
@@
-55,7
+55,7
@@
extern int mtext__cat_data (MText *mt, unsigned char *p, int nbytes,
mtext__cat_data ((mt), (unsigned char *) (str), strlen (str), \
MTEXT_FORMAT_US_ASCII)
-extern MText *mtext__from_data (void *data, int nitems,
+extern MText *mtext__from_data (const void *data, int nitems,
enum MTextFormat format, int need_copy);
extern void mtext__adjust_format (MText *mt, enum MTextFormat format);