From e95d93cd2823e3290cf8260ea01234635252341e Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sun, 14 Apr 2013 18:30:49 +0900 Subject: [PATCH] Include "cos.h". (cos_read_string): New prototype. --- cos-read.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cos-read.h b/cos-read.h index 2418196..4e3d0eb 100644 --- a/cos-read.h +++ b/cos-read.h @@ -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 -- 1.7.10.4