From ba564a901e519b0f2cf2b7651bd260f618506b5c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 6 Mar 2006 23:28:18 +0000 Subject: r13903: Don't generate prototypes for modules and binaries in include/proto.h by default. (This used to be commit c80a8f1102caf744b66c13bebde38fba74983dc4) --- source4/gtk/tools/gwcrontab.c | 2 +- source4/gtk/tools/gwsam.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/gtk') 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; -- cgit