From 9aaa64f2330658430d7b26828525455ae850a96c Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Fri, 19 Apr 2013 09:40:35 +0900 Subject: [PATCH 1/1] (cos_read_symbol): New prototype. --- cos-read.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cos-read.h b/cos-read.h index 76c2e1d..ad923d6 100644 --- a/cos-read.h +++ b/cos-read.h @@ -42,6 +42,9 @@ 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); +COS_Symbol +cos_read_symbol (unsigned char *str, size_t len, size_t start, size_t* endp); + COS_Cons cos_read_list (unsigned char *str, size_t len, size_t start, size_t* endp); -- 1.7.10.4