From ce3dfd777f8f2da4cb08f6c91a465e647b84a8f1 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 25 Jul 2010 13:19:34 +0200 Subject: s3: cli_qpathinfo->cli_qpathinfo1 --- source3/libsmb/clirap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libsmb') diff --git a/source3/libsmb/clirap.c b/source3/libsmb/clirap.c index be4cc0a8fb..afea8b5d9c 100644 --- a/source3/libsmb/clirap.c +++ b/source3/libsmb/clirap.c @@ -531,7 +531,7 @@ bool cli_oem_change_password(struct cli_state *cli, const char *user, const char Send a qpathinfo call. ****************************************************************************/ -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, -- cgit