From 0b6517308baff342b12f25437c0d24a1712d4f78 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Tue, 16 Apr 2013 10:08:19 +0900 Subject: [PATCH] (cos_read_int): New prototype. --- cos-read.h | 3 +++ 1 file changed, 3 insertions(+) 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); -- 1.7.10.4