From 3e63f3e1069fb4b715a218572f57b54e49268618 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 2 Jul 2002 01:35:07 +0000 Subject: fixed a prototype problem in client.c (This used to be commit 922ab73c3c8f510fdbcb8b64d54b512d32c47b75) --- source3/client/client.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3') diff --git a/source3/client/client.c b/source3/client/client.c index 0eb264a853..a33774a99b 100644 --- a/source3/client/client.c +++ b/source3/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. -- cgit