From: Andrew Tridgell Date: Tue, 2 Jul 2002 01:35:07 +0000 (+0000) Subject: fixed a prototype problem in client.c X-Git-Tag: samba-3.0.0alpha18~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=922ab73c3c8f510fdbcb8b64d54b512d32c47b75;p=thirdparty%2Fsamba.git fixed a prototype problem in client.c --- diff --git a/source/client/client.c b/source/client/client.c index 0eb264a853b..a33774a99b2 100644 --- a/source/client/client.c +++ b/source/client/client.c @@ -104,6 +104,9 @@ static double dir_total; #define USENMB +/* some forward declarations */ +static struct cli_state *do_connect(const char *server, const char *share); + /**************************************************************************** write to a local file with CR/LF->LF translation if appropriate. return the number taken from the buffer. This may not equal the number written.