summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-12 02:23:57 +0100
committerGünther Deschner <gd@samba.org>2011-02-14 11:47:19 +0100
commit9d9659896bd8d765a77b967d3c98806acc327bde (patch)
tree72fc73c80e740337afced4959d513c6c7247b7ef /source3/include/proto.h
parente9f552925d0c007379d81af6ea9b0973011aed80 (diff)
downloadsamba-9d9659896bd8d765a77b967d3c98806acc327bde.tar.gz
samba-9d9659896bd8d765a77b967d3c98806acc327bde.tar.bz2
samba-9d9659896bd8d765a77b967d3c98806acc327bde.zip
s3-librpc: remove duplicate prototypes.
Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index a4e8ad58f7..08787487fb 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2597,24 +2597,6 @@ NTSTATUS check_negative_conn_cache( const char *domain, const char *server);
void add_failed_connection_entry(const char *domain, const char *server, NTSTATUS result) ;
void flush_negative_conn_cache_for_domain(const char *domain);
-/* The following definitions come from ../librpc/rpc/dcerpc_error.c */
-
-const char *dcerpc_errstr(TALLOC_CTX *mem_ctx, uint32_t fault_code);
-NTSTATUS dcerpc_fault_to_nt_status(uint32_t fault_code);
-
-/* The following definitions come from ../librpc/rpc/dcerpc_util.c */
-
-void dcerpc_set_frag_length(DATA_BLOB *blob, uint16_t v);
-uint16_t dcerpc_get_frag_length(const DATA_BLOB *blob);
-void dcerpc_set_auth_length(DATA_BLOB *blob, uint16_t v);
-uint8_t dcerpc_get_endian_flag(DATA_BLOB *blob);
-NTSTATUS dcerpc_pull_auth_trailer(struct ncacn_packet *pkt,
- TALLOC_CTX *mem_ctx,
- DATA_BLOB *pkt_trailer,
- struct dcerpc_auth *auth,
- uint32_t *auth_length,
- bool auth_data_only);
-
/* The following definitions come from libsmb/dsgetdcname.c */
struct netr_DsRGetDCNameInfo;