s4:rpc_server Add a 'if_version' parameter to the bind operation.
[abartlet/samba.git/.git] / pidl / lib / Parse / Pidl / Samba4 / COM / Stub.pm
index 150acbfde9b3e50b7230b55e962597fd349bc6f0..239f5baaeedf96883e37553d652cfc2036d9d495 100644 (file)
@@ -89,7 +89,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);