STEP01: librpc/rpc/dcerpc_connection.c add dcerpc_presentation_status()
[metze/samba/wip.git] / librpc / rpc / dcerpc_connection.h
index b9e7159ecc01d7fdfa0df13858f826d37f5febd4..d1acf64606c034b1681334285803ce30d28820c1 100644 (file)
@@ -57,6 +57,7 @@ struct dcerpc_presentation *dcerpc_presentation_test_copy(
                                        const uint32_t *context_id,
                                        const struct ndr_interface_table *table,
                                        const struct ndr_syntax_id *transfer);
+NTSTATUS dcerpc_presentation_status(const struct dcerpc_presentation *pres);
 struct dcerpc_call *dcerpc_call_allocate(TALLOC_CTX *mem_ctx,
                                         struct dcerpc_association *assoc,
                                         struct dcerpc_security *sec,