From 85109001126d3adbec3e9b2b7585141f1299d0d6 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 10 Jun 2008 20:55:35 +0000 Subject: [PATCH] (xg_get_font_name): Insert prototype, --- src/gtkutil.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gtkutil.h b/src/gtkutil.h index 7a279343d4a..93f60fa802a 100644 --- a/src/gtkutil.h +++ b/src/gtkutil.h @@ -137,6 +137,8 @@ extern char *xg_get_file_name P_ ((FRAME_PTR f, int mustmatch_p, int only_dir_p)); +extern char *xg_get_font_name P_ ((FRAME_PTR f, char *)); + extern GtkWidget *xg_create_widget P_ ((char *type, char *name, FRAME_PTR f, -- 2.39.2