diff options
author | Günther Deschner <gd@samba.org> | 2010-06-03 00:09:26 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-06-03 01:07:17 +0200 |
commit | bcd4077be64e49b11a819cdcf27939a0fcc0d9bd (patch) | |
tree | 3b3376a3b77ad633ebcf4dbcb9fde1063a9e51b1 /source3/include | |
parent | fbfc60fac1d2246b9c29f3731f9e255d4f68dd0c (diff) | |
download | samba-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.h | 4 |
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, |