summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-10-24 11:21:56 +0200
committerVolker Lendecke <vl@samba.org>2010-10-24 11:39:30 +0200
commit5a17d26e47c1e3478866cbdbc5254eae0fa10f45 (patch)
tree26370419b6470e73722c73b8737c73d0080da1e4 /source3/include
parentc095809c0464cd174e0993d8c32434d6f3733342 (diff)
downloadsamba-5a17d26e47c1e3478866cbdbc5254eae0fa10f45.tar.gz
samba-5a17d26e47c1e3478866cbdbc5254eae0fa10f45.tar.bz2
samba-5a17d26e47c1e3478866cbdbc5254eae0fa10f45.zip
s3: Replace cli_qfileinfo_test with a call to cli_qfileinfo
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 2edfb6aa46..c19dd35467 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2344,7 +2344,6 @@ NTSTATUS cli_qpathinfo_basic_recv(struct tevent_req *req,
SMB_STRUCT_STAT *sbuf, uint32 *attributes);
NTSTATUS cli_qpathinfo_basic(struct cli_state *cli, const char *name,
SMB_STRUCT_STAT *sbuf, uint32 *attributes);
-bool cli_qfileinfo_test(struct cli_state *cli, uint16_t fnum, int level, char **poutdata, uint32 *poutlen);
NTSTATUS cli_qpathinfo_alt_name(struct cli_state *cli, const char *fname, fstring alt_name);
struct tevent_req *cli_qpathinfo_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,