From 5ed34124885c0db4e25c378b9cae38ef657f9525 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 2 Sep 2008 10:58:54 +0200 Subject: netapi: add NetRenameMachineInDomain to IDL. Guenther (This used to be commit 8a5b0b639240c829cb5bde1bed1707b3ea4ac480) --- source3/librpc/idl/libnetapi.idl | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'source3/librpc') 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 @@ -87,6 +87,18 @@ interface libnetapi [out] string ***ous ); + /*******************************************/ + /* 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 */ /*******************************************/ -- cgit