Include "cos.h".
[chise/concord.git] / cos-read.h
index 2418196..4e3d0eb 100644 (file)
@@ -28,12 +28,17 @@ extern "C" {
 }
 #endif
 
+#include "cos.h"
+
 int
 cos_read_utf8 (unsigned char *str, size_t len, size_t start, size_t* endp);
 
 int
 cos_read_char (unsigned char *str, size_t len, size_t start, size_t* endp);
 
+COS_String
+cos_read_string (unsigned char *str, size_t len, size_t start, size_t* endp);
+
 #if 0
 {
 #endif