From 40af9fee1ac17bf329afcf1f0c73a92f03f183dd Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 3 Oct 1998 11:51:52 +0000 Subject: updated prototypes --- source/include/proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/include') diff --git a/source/include/proto.h b/source/include/proto.h index 12331e5a884..f2324fda474 100644 --- a/source/include/proto.h +++ b/source/include/proto.h @@ -396,8 +396,8 @@ BOOL cli_qpathinfo2(struct cli_state *cli, char *fname, time_t *c_time, time_t *a_time, time_t *m_time, time_t *w_time, uint32 *size); BOOL cli_qfileinfo(struct cli_state *cli, int fnum, - time_t *c_time, time_t *a_time, time_t *m_time, - uint32 *size, int *mode); + uint32 *mode, size_t *size, + time_t *c_time, time_t *a_time, time_t *m_time); int cli_list(struct cli_state *cli,char *Mask,int attribute,void (*fn)(file_info *)); BOOL cli_oem_change_password(struct cli_state *cli, char *user, char *new_password, char *old_password); -- cgit v1.2.1