(mtext__adjust_foramt): Extern it.
authorhanda <handa>
Mon, 29 Mar 2004 03:58:23 +0000 (03:58 +0000)
committerhanda <handa>
Mon, 29 Mar 2004 03:58:23 +0000 (03:58 +0000)
src/mtext.h

index 75cfd7b..2ce47f4 100644 (file)
@@ -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);