diff src/emacsfns.h @ 243:f220cc83d72e r20-5b20

Import from CVS: tag r20-5b20
author cvs
date Mon, 13 Aug 2007 10:17:07 +0200
parents 52952cbfc5b5
children e70b3a057e12
line wrap: on
line diff
--- a/src/emacsfns.h	Mon Aug 13 10:16:17 2007 +0200
+++ b/src/emacsfns.h	Mon Aug 13 10:17:07 2007 +0200
@@ -1548,6 +1548,9 @@
 /* Same goes for this function. */
 void write_string_1 (CONST Bufbyte *s, Bytecount size,
 		     Lisp_Object printcharfun);
+extern void print_cons   (Lisp_Object, Lisp_Object, int);
+extern void print_vector (Lisp_Object, Lisp_Object, int);
+extern void print_string (Lisp_Object, Lisp_Object, int);
 void print_internal (Lisp_Object obj,
 		     Lisp_Object printcharfun,
 		     int escapeflag);