From 201d8c78ac2d25d339781927fe767684c144cfe3 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 29 Apr 1998 09:49:44 +0000 Subject: [PATCH] Fix -Wimplicit warnings. --- src/xfns.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/xfns.c b/src/xfns.c index 4f4e26fac1c..00632c86341 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -713,6 +713,7 @@ static struct x_frame_parm_table x_frame_parms[] = /* 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 @@ x_set_icon_name (f, arg, oldval) 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 @@ x_window (f, window_prompting, minibuffer_only) /* Create and set up the X window for frame F. */ +void x_window (f) struct frame *f; @@ -5220,6 +5218,7 @@ x_sync (f) UNBLOCK_INPUT; } +void syms_of_xfns () { /* This is zero if not using X windows. */ -- 2.39.5