summaryrefslogtreecommitdiff
path: root/source4/lib/registry/tools
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-05-13 16:47:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:53:43 -0500
commit072ef868c333f47cb3f2bf04a8edcf80c944b85e (patch)
tree0da49b560d5ffe3cb46d15f5d139a7286d1cc03c /source4/lib/registry/tools
parent76d50e0d264e7d000fe8c0bb332b083084f2e1d8 (diff)
downloadsamba-072ef868c333f47cb3f2bf04a8edcf80c944b85e.tar.gz
samba-072ef868c333f47cb3f2bf04a8edcf80c944b85e.tar.bz2
samba-072ef868c333f47cb3f2bf04a8edcf80c944b85e.zip
r693: Make static
(This used to be commit 30d3915c760ac5ee5e632539a3503fc7fed9cc63)
Diffstat (limited to 'source4/lib/registry/tools')
-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;