summaryrefslogtreecommitdiff
path: root/source3/librpc/rpc/dcerpc.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-08-07 17:43:08 +0200
committerGünther Deschner <gd@samba.org>2013-09-20 14:57:06 +0200
commit807628ecac445999e75ec9ea1abdc5f2fde356d6 (patch)
tree7c5ed7fc68409b222cf54ec551c4aa90257f2ba2 /source3/librpc/rpc/dcerpc.h
parentb73e2d927b2221cb3fde8776789c8ca085cf2b8f (diff)
downloadsamba-807628ecac445999e75ec9ea1abdc5f2fde356d6.tar.gz
samba-807628ecac445999e75ec9ea1abdc5f2fde356d6.tar.bz2
samba-807628ecac445999e75ec9ea1abdc5f2fde356d6.zip
s3-rpc: remove unused source3/librpc/rpc/rpc_common.c
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Fri Sep 20 14:57:06 CEST 2013 on sn-devel-104
Diffstat (limited to 'source3/librpc/rpc/dcerpc.h')
-rw-r--r--source3/librpc/rpc/dcerpc.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/librpc/rpc/dcerpc.h b/source3/librpc/rpc/dcerpc.h
index 38d59cd162..b18b7bac6c 100644
--- a/source3/librpc/rpc/dcerpc.h
+++ b/source3/librpc/rpc/dcerpc.h
@@ -85,12 +85,4 @@ NTSTATUS dcerpc_check_auth(struct pipe_auth_data *auth,
DATA_BLOB *raw_pkt,
size_t *pad_len);
-/* The following definitions come from librpc/rpc/rpc_common.c */
-
-bool smb_register_ndr_interface(const struct ndr_interface_table *interface);
-const struct ndr_interface_table *get_iface_from_syntax(
- const struct ndr_syntax_id *syntax);
-const char *get_pipe_name_from_syntax(TALLOC_CTX *mem_ctx,
- const struct ndr_syntax_id *syntax);
-
#endif /* __S3_DCERPC_H__ */