Signed-off-by: Samuel Cabrero <scabrero@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
/*
find the interface operations on an endpoint by uuid
*/
-const struct dcesrv_interface *find_interface_by_uuid(const struct dcesrv_endpoint *endpoint,
+_PUBLIC_ const struct dcesrv_interface *find_interface_by_uuid(const struct dcesrv_endpoint *endpoint,
const struct GUID *uuid, uint32_t if_version)
{
struct dcesrv_if_list *ifl;
_PUBLIC_ NTSTATUS dcesrv_connection_loop_start(struct dcesrv_connection *conn);
+_PUBLIC_ const struct dcesrv_interface *find_interface_by_uuid(
+ const struct dcesrv_endpoint *endpoint,
+ const struct GUID *uuid, uint32_t if_version);
void _dcesrv_save_ndr_fuzz_seed(DATA_BLOB call_blob,
struct dcesrv_call_state *call,