From 072ef868c333f47cb3f2bf04a8edcf80c944b85e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 13 May 2004 16:47:32 +0000 Subject: r693: Make static (This used to be commit 30d3915c760ac5ee5e632539a3503fc7fed9cc63) --- source4/lib/registry/tools/gregedit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/lib/registry/tools') diff --git a/source4/lib/registry/tools/gregedit.c b/source4/lib/registry/tools/gregedit.c index b5751ca00b..7b06b2266f 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; -- cgit