]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
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)
source/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.