diff options
Diffstat (limited to 'source4/gtk')
-rw-r--r-- | source4/gtk/tools/gwcrontab.c | 2 | ||||
-rw-r--r-- | source4/gtk/tools/gwsam.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/source4/gtk/tools/gwcrontab.c b/source4/gtk/tools/gwcrontab.c index 9ebc7f43fd..020bae30f2 100644 --- a/source4/gtk/tools/gwcrontab.c +++ b/source4/gtk/tools/gwcrontab.c @@ -32,7 +32,7 @@ static GtkWidget *entry_repeat_weekly; static GtkWidget *entry_repeat_monthly; static GtkWidget *delete; -void update_joblist(void) +static void update_joblist(void) { TALLOC_CTX *mem_ctx = talloc_init("update_joblist"); NTSTATUS status; diff --git a/source4/gtk/tools/gwsam.c b/source4/gtk/tools/gwsam.c index 3764afe046..55e11471e2 100644 --- a/source4/gtk/tools/gwsam.c +++ b/source4/gtk/tools/gwsam.c @@ -31,13 +31,13 @@ GtkWidget *mainwin; GtkWidget *seldomain; static GtkWidget *mnu_disconnect; -void update_grouplist(void) +static void update_grouplist(void) { if(!sam_pipe) return; //FIXME } -void update_userlist(void) +static void update_userlist(void) { NTSTATUS status; struct samr_EnumDomainUsers r; |