summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>1998-04-11 08:14:53 +0000
committerRichard Sharpe <sharpe@samba.org>1998-04-11 08:14:53 +0000
commit9b5b34a721ffff5ccc2cbf0bac070ab9dbc5590e (patch)
tree309426cbbd2f045dbb6524dec8d408861f89823c
parent52b759beea249af779e5270f65ac6bb9f237ffb7 (diff)
downloadsamba-9b5b34a721ffff5ccc2cbf0bac070ab9dbc5590e.tar.gz
samba-9b5b34a721ffff5ccc2cbf0bac070ab9dbc5590e.tar.bz2
samba-9b5b34a721ffff5ccc2cbf0bac070ab9dbc5590e.zip
Oops, fogot proto.h. It needs to be updated for changes to client.c
(This used to be commit c95097501a621a87c51d59407cce754be055558a)
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index faf295f625..d49111fabb 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -46,7 +46,7 @@ BOOL change_oem_password(struct smb_passwd *smbpw, char *new_passwd);
/*The following definitions come from client.c */
void cli_smb_close(char *inbuf, char *outbuf, int clnt_fd, int c_num, int f_num);
-void do_dir(char *inbuf,char *outbuf,char *Mask,int attribute,void (*fn)(),BOOL recurse_dir);
+void do_dir(char *inbuf,char *outbuf,char *Mask,int attribute,void (*fn)(),BOOL recurse_dir,BOOL dirstoo);
void cmd_help(void);
/*The following definitions come from clientgen.c */