summaryrefslogtreecommitdiff
path: root/source3/libsmb/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-07-23 09:54:04 +0200
committerStefan Metzmacher <metze@samba.org>2011-07-23 09:55:54 +0200
commit6219bb98999876c9729f2c1923841709b13313d5 (patch)
tree619fdfcdf92da1bf94aa47bc126e0c57cfc1f32d /source3/libsmb/proto.h
parentbaee2fbcfd784cababf012b22a7d4be268b4af7b (diff)
downloadsamba-6219bb98999876c9729f2c1923841709b13313d5.tar.gz
samba-6219bb98999876c9729f2c1923841709b13313d5.tar.bz2
samba-6219bb98999876c9729f2c1923841709b13313d5.zip
s3:libsmb: remove unused cli_query_secdesc_old()
metze
Diffstat (limited to 'source3/libsmb/proto.h')
-rw-r--r--source3/libsmb/proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/libsmb/proto.h b/source3/libsmb/proto.h
index 195bc75d14..298fcbcf9b 100644
--- a/source3/libsmb/proto.h
+++ b/source3/libsmb/proto.h
@@ -785,8 +785,6 @@ NTSTATUS cli_push(struct cli_state *cli, uint16_t fnum, uint16_t mode,
/* The following definitions come from libsmb/clisecdesc.c */
-struct security_descriptor *cli_query_secdesc_old(struct cli_state *cli, uint16_t fnum,
- TALLOC_CTX *mem_ctx);
NTSTATUS cli_query_secdesc(struct cli_state *cli, uint16_t fnum,
TALLOC_CTX *mem_ctx, struct security_descriptor **sd);
NTSTATUS cli_set_secdesc(struct cli_state *cli, uint16_t fnum,