diff options
author | Andrew Tridgell <tridge@samba.org> | 2002-07-02 01:35:07 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2002-07-02 01:35:07 +0000 |
commit | 3e63f3e1069fb4b715a218572f57b54e49268618 (patch) | |
tree | bbf73961120a628136f15ad8a4fb8fa6494bc598 /source3/client | |
parent | 9930b0b0650ae3e38c033c28672398425dd8228c (diff) | |
download | samba-3e63f3e1069fb4b715a218572f57b54e49268618.tar.gz samba-3e63f3e1069fb4b715a218572f57b54e49268618.tar.bz2 samba-3e63f3e1069fb4b715a218572f57b54e49268618.zip |
fixed a prototype problem in client.c
(This used to be commit 922ab73c3c8f510fdbcb8b64d54b512d32c47b75)
Diffstat (limited to 'source3/client')
-rw-r--r-- | source3/client/client.c | 3 |
1 files changed, 3 insertions, 0 deletions
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. |