diff options
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, |