From: MORIOKA Tomohiko Date: Sun, 14 Apr 2013 09:30:49 +0000 (+0900) Subject: Include "cos.h". X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fconcord.git;a=commitdiff_plain;h=e95d93cd2823e3290cf8260ea01234635252341e Include "cos.h". (cos_read_string): New prototype. --- 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