1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

r693: Make static

(This used to be commit 30d3915c760ac5ee5e632539a3503fc7fed9cc63)
This commit is contained in:
Jelmer Vernooij 2004-05-13 16:47:32 +00:00 committed by Gerald (Jerry) Carter
parent 76d50e0d26
commit 072ef868c3

View File

@ -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;