From: tomo Date: Fri, 24 Jun 2005 17:45:08 +0000 (+0000) Subject: (read_from_c_string): New prototype. X-Git-Tag: r21-4-15-chise-0_22-1^2~52 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=776aa9057981b04978694390127197889720b8f2;hp=fdf4c5a46ed9bbd7e127d2c97adfb2154a45be50;p=chise%2Fxemacs-chise.git (read_from_c_string): New prototype. --- 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 */