1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 08:31:35 -08:00

Add prototype for debug_print.

Add prototype for getloadavg.
This commit is contained in:
Gerd Moellmann 1999-09-14 13:09:31 +00:00
parent c3df1ad99d
commit 7de6c76606

View file

@ -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));