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:
parent
c3df1ad99d
commit
7de6c76606
1 changed files with 4 additions and 0 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue