From adeb5d4fbb45a645f2963a8a579157c102bdfdbb Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Wed, 9 Apr 2008 13:31:53 +0200 Subject: [PATCH] Add NetUserDel to libnetapi IDL. Guenther (This used to be commit 8a0b6532af4ccd71f2dcc202db6e976161627372) --- source3/librpc/idl/libnetapi.idl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index 18e3f29e144..82d26938dee 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 + ); } -- 2.34.1