(read_from_c_string): New prototype.
authortomo <tomo>
Fri, 24 Jun 2005 17:45:08 +0000 (17:45 +0000)
committertomo <tomo>
Fri, 24 Jun 2005 17:45:08 +0000 (17:45 +0000)
src/lisp.h

index cccbcb6..fe098df 100644 (file)
@@ -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 */