From: Gerd Moellmann Date: Tue, 14 Sep 1999 13:09:31 +0000 (+0000) Subject: Add prototype for debug_print. X-Git-Tag: emacs-pretest-21.0.90~6730 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7de6c76606fbb7bbc593bdf5c726c0c679ffbad0;p=emacs.git Add prototype for debug_print. Add prototype for getloadavg. --- diff --git a/src/lisp.h b/src/lisp.h index 534656c6244..2566feeedba 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2026,6 +2026,7 @@ extern void syms_of_alloc P_ ((void)); /* Defined in print.c */ extern Lisp_Object Vprin1_to_string_buffer; +extern void debug_print P_ ((Lisp_Object)); EXFUN (Fprin1, 2); EXFUN (Fprin1_to_string, 2); EXFUN (Fprinc, 2); @@ -2637,6 +2638,9 @@ EXFUN (Fset_fontset_font, 4); /* Defined in xfaces.c */ extern void syms_of_xfaces P_ ((void)); +/* Defined in getloadavg.c */ +extern int getloadavg P_ ((double *, int)); + #ifdef HAVE_X_WINDOWS /* Defined in xfns.c */ extern void x_set_tool_bar_lines P_ ((struct frame *, Lisp_Object, Lisp_Object));