From bab2843a752bbb54ec886039903a581256d8cc7b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 3 Oct 1998 11:51:52 +0000 Subject: updated prototypes (This used to be commit 40af9fee1ac17bf329afcf1f0c73a92f03f183dd) --- source3/include/proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/include/proto.h b/source3/include/proto.h index 12331e5a88..f2324fda47 100644 --- a/source3/include/proto.h +++ b/source3/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