summaryrefslogtreecommitdiff
path: root/source/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-03 11:51:52 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-03 11:51:52 +0000
commit40af9fee1ac17bf329afcf1f0c73a92f03f183dd (patch)
tree0b395f94915bd9443cddfee1a47a713c8d208aee /source/include
parent48de03824ed33e9751bc9deeb22f1e1ef650b8cb (diff)
downloadsamba-40af9fee1ac17bf329afcf1f0c73a92f03f183dd.tar.gz
updated prototypes
Diffstat (limited to 'source/include')
-rw-r--r--source/include/proto.h4
1 files changed, 2 insertions, 2 deletions
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);