Add prototype for r_re_alloc.
authorGerd Moellmann <gerd@gnu.org>
Sun, 19 Sep 1999 21:46:45 +0000 (21:46 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 19 Sep 1999 21:46:45 +0000 (21:46 +0000)
src/buffer.h

index 1323541..655c68e 100644 (file)
@@ -851,6 +851,7 @@ extern Lisp_Object Vtransient_mark_mode;
 
 extern char *r_alloc P_ ((char **, unsigned long));
 extern void r_alloc_free P_ ((char **ptr));
+extern char *r_re_alloc P_ ((char **, unsigned long));
 
 #define BUFFER_ALLOC(data,size) \
      ((unsigned char *) r_alloc ((char **)&data, (size)))