diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-03 11:51:52 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-03 11:51:52 +0000 |
commit | bab2843a752bbb54ec886039903a581256d8cc7b (patch) | |
tree | 43394be7af0b917e628c7b564120d2339d36c0b8 /source3/include | |
parent | 959005eb5e78f847c0c4f789c3af96549617873c (diff) | |
download | samba-bab2843a752bbb54ec886039903a581256d8cc7b.tar.gz samba-bab2843a752bbb54ec886039903a581256d8cc7b.tar.bz2 samba-bab2843a752bbb54ec886039903a581256d8cc7b.zip |
updated prototypes
(This used to be commit 40af9fee1ac17bf329afcf1f0c73a92f03f183dd)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); |