summaryrefslogtreecommitdiffstats
path: root/source/client
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-07-02 01:35:07 +0000
committerAndrew Tridgell <tridge@samba.org>2002-07-02 01:35:07 +0000
commit922ab73c3c8f510fdbcb8b64d54b512d32c47b75 (patch)
treea59f21e6da51157259a4b225e9020b3d398ae740 /source/client
parent91ad9041e9507d36eb3f40c23c5d4df61f139ef0 (diff)
downloadsamba-922ab73c3c8f510fdbcb8b64d54b512d32c47b75.tar.gz
samba-922ab73c3c8f510fdbcb8b64d54b512d32c47b75.tar.xz
samba-922ab73c3c8f510fdbcb8b64d54b512d32c47b75.zip
fixed a prototype problem in client.c
Diffstat (limited to 'source/client')
-rw-r--r--source/client/client.c3
1 files changed, 3 insertions, 0 deletions
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.