Include "cos.h".
authorMORIOKA Tomohiko <tomo.git@chise.org>
Sun, 14 Apr 2013 09:30:49 +0000 (18:30 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Sun, 14 Apr 2013 09:30:49 +0000 (18:30 +0900)
(cos_read_string): New prototype.

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