summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-03-16 16:06:12 +0100
committerStefan Metzmacher <metze@samba.org>2009-03-18 07:00:41 +0100
commit0685031ccfc09feb0ad070df1c1a1d0cef5874f2 (patch)
treeb61890672b87316720370cba984cb6fd1567b7ab /source3/winbindd/winbindd_proto.h
parent450252d2a1981fb04eb62eb095c1b762a96f7727 (diff)
downloadsamba-0685031ccfc09feb0ad070df1c1a1d0cef5874f2.tar.gz
samba-0685031ccfc09feb0ad070df1c1a1d0cef5874f2.tar.bz2
samba-0685031ccfc09feb0ad070df1c1a1d0cef5874f2.zip
s3:winbindd: remove unused close_winbindd_socket() function
metze
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 4fc96e8a4b..9a3651220e 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -549,7 +549,6 @@ const char *get_winbind_pipe_dir(void) ;
char *get_winbind_priv_pipe_dir(void) ;
int open_winbindd_socket(void);
int open_winbindd_priv_socket(void);
-void close_winbindd_socket(void);
struct winbindd_cli_state *winbindd_client_list(void);
void winbindd_add_client(struct winbindd_cli_state *cli);
void winbindd_remove_client(struct winbindd_cli_state *cli);