git.samba.org
/
kai
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76d50e0
)
r693: Make static
author
Jelmer Vernooij
<jelmer@samba.org>
Thu, 13 May 2004 16:47:32 +0000
(16:47 +0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 17:53:43 +0000
(12:53 -0500)
(This used to be commit
30d3915c760ac5ee5e632539a3503fc7fed9cc63
)
source4/lib/registry/tools/gregedit.c
patch
|
blob
|
history
diff --git
a/source4/lib/registry/tools/gregedit.c
b/source4/lib/registry/tools/gregedit.c
index b5751ca00ba39985d10b3addda229db4c00e5ce4..7b06b2266f9629194d5fe91ca1e9e5902f4179f3 100644
(file)
--- 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;