s4:rpc_server Add a 'if_version' parameter to the bind operation.
[abartlet/samba.git/.git] / pidl / lib / Parse / Pidl / Samba4 / NDR / Server.pm
index bb0c18e13c8bfe5bf79777187e5e9181ea1ff54f..20c94c89e05e4f52bcf49e9c51991dc6382940df 100644 (file)
@@ -81,7 +81,7 @@ sub Boilerplate_Iface($)
        my $if_version = $interface->{PROPERTIES}->{version};
 
        pidl "
-static NTSTATUS $name\__op_bind(struct dcesrv_call_state *dce_call, const struct dcesrv_interface *iface)
+static NTSTATUS $name\__op_bind(struct dcesrv_call_state *dce_call, const struct dcesrv_interface *iface, uint32_t if_version)
 {
 #ifdef DCESRV_INTERFACE_$uname\_BIND
        return DCESRV_INTERFACE_$uname\_BIND(dce_call,iface);