From 776aa9057981b04978694390127197889720b8f2 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 24 Jun 2005 17:45:08 +0000 Subject: [PATCH] (read_from_c_string): New prototype. --- src/lisp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lisp.h b/src/lisp.h index cccbcb6..fe098df 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2756,6 +2756,7 @@ void close_load_descs (void); int locate_file (Lisp_Object, Lisp_Object, Lisp_Object, Lisp_Object *, int); EXFUN (Flocate_file_clear_hashing, 1); int isfloat_string (const char *); +Lisp_Object read_from_c_string (const unsigned char* str, size_t size); /* Well, I've decided to enable this. -- ben */ /* And I've decided to make it work right. -- sb */ -- 1.7.10.4