summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/wb_common.c
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2006-12-20 01:10:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:16:38 -0500
commit41be182f78762372ae13759ede5d2bd40a71d7f5 (patch)
tree8cee0b8599f8f20916f0eed870d57cebad0345a0 /source/nsswitch/wb_common.c
parent90265c83ff1c7f11672694ff005d8ecc5d4a867f (diff)
downloadsamba-41be182f78762372ae13759ede5d2bd40a71d7f5.tar.gz
samba-41be182f78762372ae13759ede5d2bd40a71d7f5.tar.xz
samba-41be182f78762372ae13759ede5d2bd40a71d7f5.zip
r20269: merge -r20264:20267 from SAMBA_3_0_24
more no previous prototype warnings
Diffstat (limited to 'source/nsswitch/wb_common.c')
-rw-r--r--source/nsswitch/wb_common.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/nsswitch/wb_common.c b/source/nsswitch/wb_common.c
index 19ee72f9e42..f904dd1a599 100644
--- a/source/nsswitch/wb_common.c
+++ b/source/nsswitch/wb_common.c
@@ -26,6 +26,10 @@
#include "winbind_client.h"
+BOOL winbind_env_set( void );
+BOOL winbind_off( void );
+BOOL winbind_on( void );
+
/* Global variables. These are effectively the client state information */
int winbindd_fd = -1; /* fd for winbindd socket */
@@ -53,7 +57,7 @@ void init_request(struct winbindd_request *request, int request_type)
/* Initialise a response structure */
-void init_response(struct winbindd_response *response)
+static void init_response(struct winbindd_response *response)
{
/* Initialise return value */