diff options
-rw-r--r-- | source3/librpc/idl/libnetapi.idl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index 07944e6309..acd0e57a87 100644 --- a/source3/librpc/idl/libnetapi.idl +++ b/source3/librpc/idl/libnetapi.idl @@ -88,6 +88,18 @@ interface libnetapi ); /*******************************************/ + /* NetRenameMachineInDomain */ + /*******************************************/ + + [nopush,nopull] NET_API_STATUS NetRenameMachineInDomain( + [in] string server_name, + [in] string new_machine_name, + [in] string account, + [in] string password, + [in] uint32 rename_options + ); + + /*******************************************/ /* NetServerGetInfo */ /*******************************************/ |