diff options
author | Günther Deschner <gd@samba.org> | 2008-04-09 13:31:53 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-04-09 13:31:53 +0200 |
commit | adeb5d4fbb45a645f2963a8a579157c102bdfdbb (patch) | |
tree | 9b7d4b64d4fbb742eba0bee026cbe0d0f139c524 /source3/librpc/idl | |
parent | 41c8597ae309aa1e2573b7474f4d8bed46491261 (diff) | |
download | samba-adeb5d4fbb45a645f2963a8a579157c102bdfdbb.tar.gz samba-adeb5d4fbb45a645f2963a8a579157c102bdfdbb.tar.bz2 samba-adeb5d4fbb45a645f2963a8a579157c102bdfdbb.zip |
Add NetUserDel to libnetapi IDL.
Guenther
(This used to be commit 8a0b6532af4ccd71f2dcc202db6e976161627372)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/libnetapi.idl | 5 |
1 files changed, 5 insertions, 0 deletions
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 + ); } |