summaryrefslogtreecommitdiff
path: root/source4/lib/registry/tools/gregedit.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/registry/tools/gregedit.c')
-rw-r--r--source4/lib/registry/tools/gregedit.c4
1 files changed, 2 insertions, 2 deletions
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;