fixed a prototype problem in client.c
authorAndrew Tridgell <tridge@samba.org>
Tue, 2 Jul 2002 01:35:07 +0000 (01:35 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 2 Jul 2002 01:35:07 +0000 (01:35 +0000)
(This used to be commit 922ab73c3c8f510fdbcb8b64d54b512d32c47b75)

source3/client/client.c

index 0eb264a853becbc01c4967564b7cbf40aa961ea4..a33774a99b2ad10db158065b63ca9098cdcb640e 100644 (file)
@@ -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.