diff options
author | Volker Lendecke <vl@samba.org> | 2010-07-25 13:19:34 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-07-25 22:29:42 +0200 |
commit | ce3dfd777f8f2da4cb08f6c91a465e647b84a8f1 (patch) | |
tree | 0c00641b84697f6401f65af91ac26ef82e958cbf /source3/include/proto.h | |
parent | b04eba165e45bafbe813f93b9e133dc489d2fe2e (diff) | |
download | samba-ce3dfd777f8f2da4cb08f6c91a465e647b84a8f1.tar.gz samba-ce3dfd777f8f2da4cb08f6c91a465e647b84a8f1.tar.bz2 samba-ce3dfd777f8f2da4cb08f6c91a465e647b84a8f1.zip |
s3: cli_qpathinfo->cli_qpathinfo1
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 75e4aaf7a8..37fa0be2f1 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2636,7 +2636,7 @@ bool cli_NetServerEnum(struct cli_state *cli, char *workgroup, uint32 stype, void *state); bool cli_oem_change_password(struct cli_state *cli, const char *user, const char *new_password, const char *old_password); -bool cli_qpathinfo(struct cli_state *cli, +bool cli_qpathinfo1(struct cli_state *cli, const char *fname, time_t *change_time, time_t *access_time, |