summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-06-03 00:09:26 +0200
committerGünther Deschner <gd@samba.org>2010-06-03 01:07:17 +0200
commitbcd4077be64e49b11a819cdcf27939a0fcc0d9bd (patch)
tree3b3376a3b77ad633ebcf4dbcb9fde1063a9e51b1 /source3/include
parentfbfc60fac1d2246b9c29f3731f9e255d4f68dd0c (diff)
downloadsamba-bcd4077be64e49b11a819cdcf27939a0fcc0d9bd.tar.gz
samba-bcd4077be64e49b11a819cdcf27939a0fcc0d9bd.tar.bz2
samba-bcd4077be64e49b11a819cdcf27939a0fcc0d9bd.zip
s3: remove unused librpc/ndr/sid.c.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 6ccefe1a39..5d8a99771f 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2061,10 +2061,6 @@ _PUBLIC_ void ndr_print_sockaddr_storage(struct ndr_print *ndr, const char *name
const char *ndr_errstr(enum ndr_err_code err);
extern const struct ndr_syntax_id null_ndr_syntax_id;
-/* The following definitions come from librpc/ndr/sid.c */
-
-char *dom_sid_string(TALLOC_CTX *mem_ctx, const struct dom_sid *sid);
-
/* The following definitions come from libsmb/cliconnect.c */
ADS_STATUS cli_session_setup_spnego(struct cli_state *cli, const char *user,