From: MORIOKA Tomohiko Date: Tue, 16 Apr 2013 01:08:19 +0000 (+0900) Subject: (cos_read_int): New prototype. X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fconcord.git;a=commitdiff_plain;h=0b6517308baff342b12f25437c0d24a1712d4f78 (cos_read_int): New prototype. --- diff --git a/cos-read.h b/cos-read.h index 4e3d0eb..c2bb55c 100644 --- a/cos-read.h +++ b/cos-read.h @@ -30,6 +30,9 @@ extern "C" { #include "cos.h" +COS_object +cos_read_int (unsigned char *str, size_t len, size_t start, size_t* endp); + int cos_read_utf8 (unsigned char *str, size_t len, size_t start, size_t* endp);