summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-07-25 13:19:34 +0200
committerVolker Lendecke <vl@samba.org>2010-07-25 22:29:42 +0200
commitce3dfd777f8f2da4cb08f6c91a465e647b84a8f1 (patch)
tree0c00641b84697f6401f65af91ac26ef82e958cbf /source3/include
parentb04eba165e45bafbe813f93b9e133dc489d2fe2e (diff)
downloadsamba-ce3dfd777f8f2da4cb08f6c91a465e647b84a8f1.tar.gz
samba-ce3dfd777f8f2da4cb08f6c91a465e647b84a8f1.tar.bz2
samba-ce3dfd777f8f2da4cb08f6c91a465e647b84a8f1.zip
s3: cli_qpathinfo->cli_qpathinfo1
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
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,