From: Jelmer Vernooij Date: Thu, 13 May 2004 16:47:32 +0000 (+0000) Subject: r693: Make static X-Git-Url: http://git.samba.org/samba.git/?p=kai%2Fsamba.git;a=commitdiff_plain;h=072ef868c333f47cb3f2bf04a8edcf80c944b85e r693: Make static (This used to be commit 30d3915c760ac5ee5e632539a3503fc7fed9cc63) --- diff --git a/source4/lib/registry/tools/gregedit.c b/source4/lib/registry/tools/gregedit.c index b5751ca00ba..7b06b2266f9 100644 --- a/source4/lib/registry/tools/gregedit.c +++ b/source4/lib/registry/tools/gregedit.c @@ -47,8 +47,8 @@ GtkWidget *rpcwin_user; GtkWidget *rpcwin_password; GtkWidget *save; GtkWidget *save_as; -GtkWidget* create_openfilewin (void); -GtkWidget* create_savefilewin (void); +static GtkWidget* create_openfilewin (void); +static GtkWidget* create_savefilewin (void); static GtkWidget* create_aboutwin (void); REG_HANDLE *registry = NULL;