# HG changeset patch # User Andreas Schwab # Date 893843384 0 # Node ID 486ac68ce051c88f60a2f5db88a4346f1f70cf98 # Parent 1bae35c78db23b4fd5fc8ffeea76597af551c1e2 Fix -Wimplicit warnings. diff -r 1bae35c78db2 -r 486ac68ce051 src/xfns.c --- a/src/xfns.c Wed Apr 29 09:46:49 1998 +0000 +++ b/src/xfns.c Wed Apr 29 09:49:44 1998 +0000 @@ -713,6 +713,7 @@ /* Attach the `x-frame-parameter' properties to the Lisp symbol names of parameters relevant to X. */ +void init_x_parm_symbols () { int i; @@ -1620,10 +1621,6 @@ UNBLOCK_INPUT; } -extern Lisp_Object x_new_font (); -extern Lisp_Object x_new_fontset (); -extern Lisp_Object Fquery_fontset (); - void x_set_font (f, arg, oldval) struct frame *f; @@ -2948,6 +2945,7 @@ /* Create and set up the X window for frame F. */ +void x_window (f) struct frame *f; @@ -5220,6 +5218,7 @@ UNBLOCK_INPUT; } +void syms_of_xfns () { /* This is zero if not using X windows. */