summaryrefslogtreecommitdiffstats
path: root/source/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-04-09 13:31:53 +0200
committerKarolin Seeger <kseeger@samba.org>2008-04-12 07:51:23 +0200
commitca39bc54e57077e0dbebc4684f111f05b0d3a7c5 (patch)
tree667db3b2349af1a9c0a9ef3620e1d52f579621ce /source/librpc
parentf0b6e462105dab6da8da0956b7071b4eab7ca20e (diff)
downloadsamba-ca39bc54e57077e0dbebc4684f111f05b0d3a7c5.tar.gz
samba-ca39bc54e57077e0dbebc4684f111f05b0d3a7c5.tar.xz
samba-ca39bc54e57077e0dbebc4684f111f05b0d3a7c5.zip
Add NetUserDel to libnetapi IDL.
Guenther (cherry picked from commit 8a0b6532af4ccd71f2dcc202db6e976161627372)
Diffstat (limited to 'source/librpc')
-rw-r--r--source/librpc/idl/libnetapi.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/librpc/idl/libnetapi.idl b/source/librpc/idl/libnetapi.idl
index 18e3f29e144..82d26938dee 100644
--- a/source/librpc/idl/libnetapi.idl
+++ b/source/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
+ );
}