From cac6a060af598bf94e6414b06e7365ec51ca360e Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 13 Apr 1998 19:24:06 +0000 Subject: Changes to allow Samba to be compiled with -Wstrict-prototypes with gcc. (Not a big change although it looks like it :-). Jeremy. (This used to be commit cd2613c57261456485fe4eeecfda209ada70de8e) --- source3/client/clientutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/client/clientutil.c') 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; -- cgit