From 9b5b34a721ffff5ccc2cbf0bac070ab9dbc5590e Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Sat, 11 Apr 1998 08:14:53 +0000 Subject: Oops, fogot proto.h. It needs to be updated for changes to client.c (This used to be commit c95097501a621a87c51d59407cce754be055558a) --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit