summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/rpc/rpc.h')
-rw-r--r--source4/torture/rpc/rpc.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/source4/torture/rpc/rpc.h b/source4/torture/rpc/rpc.h
index 9fd64f18b5..ddb737c2de 100644
--- a/source4/torture/rpc/rpc.h
+++ b/source4/torture/rpc/rpc.h
@@ -69,7 +69,12 @@ struct torture_test *torture_rpc_tcase_add_test_ex(
bool (*fn) (struct torture_context *, struct dcerpc_pipe *,
void *),
void *userdata);
-struct torture_rpc_tcase *torture_suite_add_machine_rpc_iface_tcase(
+struct torture_rpc_tcase *torture_suite_add_machine_bdc_rpc_iface_tcase(
+ struct torture_suite *suite,
+ const char *name,
+ const struct ndr_interface_table *table,
+ const char *machine_name);
+struct torture_rpc_tcase *torture_suite_add_machine_workstation_rpc_iface_tcase(
struct torture_suite *suite,
const char *name,
const struct ndr_interface_table *table,