summaryrefslogtreecommitdiff
path: root/source3/client/clientutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/client/clientutil.c')
-rw-r--r--source3/client/clientutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/clientutil.c b/source3/client/clientutil.c
index 2afac354c2..dce34eda2c 100644
--- a/source3/client/clientutil.c
+++ b/source3/client/clientutil.c
@@ -824,7 +824,7 @@ BOOL cli_send_login(char *inbuf,char *outbuf,BOOL start_session,BOOL use_setup,
/****************************************************************************
send a logout command
****************************************************************************/
-void cli_send_logout(void )
+void cli_send_logout(char *dum_in, char *dum_out)
{
pstring inbuf,outbuf;