From adeb5d4fbb45a645f2963a8a579157c102bdfdbb Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 9 Apr 2008 13:31:53 +0200 Subject: Add NetUserDel to libnetapi IDL. Guenther (This used to be commit 8a0b6532af4ccd71f2dcc202db6e976161627372) --- source3/librpc/idl/libnetapi.idl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/librpc/idl/libnetapi.idl') diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index 18e3f29e14..82d26938de 100644 --- a/source3/librpc/idl/libnetapi.idl +++ b/source3/librpc/idl/libnetapi.idl @@ -111,4 +111,9 @@ interface libnetapi [in,ref] uint8 *buffer, [out,ref] uint32 *parm_error ); + + [nopush,nopull] NET_API_STATUS NetUserDel( + [in,unique] string *server_name, + [in,ref] string *user_name + ); } -- cgit