projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdf4c5a
)
(read_from_c_string): New prototype.
author
tomo
<tomo>
Fri, 24 Jun 2005 17:45:08 +0000
(17:45 +0000)
committer
tomo
<tomo>
Fri, 24 Jun 2005 17:45:08 +0000
(17:45 +0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index
cccbcb6
..
fe098df
100644
(file)
--- 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 */