diff options
author | Günther Deschner <gd@samba.org> | 2011-03-17 22:38:47 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-18 01:24:07 +0100 |
commit | 9b1f2df3b1528525c8e895cb1d413d019bbb71d4 (patch) | |
tree | c9544b8e31e36db86d87281e8a3d2630833e6297 | |
parent | f91bc89a52ea9c21dab4f6f93ac04260874a1622 (diff) | |
download | samba-9b1f2df3b1528525c8e895cb1d413d019bbb71d4.tar.gz samba-9b1f2df3b1528525c8e895cb1d413d019bbb71d4.tar.bz2 samba-9b1f2df3b1528525c8e895cb1d413d019bbb71d4.zip |
rap: add rap_NetUserDelete IDL.
Guenther
-rw-r--r-- | librpc/idl/rap.idl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/librpc/idl/rap.idl b/librpc/idl/rap.idl index 3de48bd23c..693e94e939 100644 --- a/librpc/idl/rap.idl +++ b/librpc/idl/rap.idl @@ -948,6 +948,13 @@ interface rap [out] uint16 convert ); + /* not documented in MS-RAP */ + [public] void rap_NetUserDelete( + [in] astring UserName, + [out] rap_status status, + [out] uint16 convert + ); + /* Parameter description strings for RAP calls */ /* Names are defined name for RAP call with _REQ */ /* appended to end. */ |