diff options
author | Michael Adam <obnox@samba.org> | 2010-06-28 00:34:29 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:31 +0200 |
commit | 66e67c1bad2b6bd7c28600ba166971a83e3f3520 (patch) | |
tree | 3e169380c11f02b7e83909c7f2fcd806edf54c87 /source3/librpc | |
parent | ec33a624a395d6108e47a4eef9430626ec83b314 (diff) | |
download | samba-66e67c1bad2b6bd7c28600ba166971a83e3f3520.tar.gz samba-66e67c1bad2b6bd7c28600ba166971a83e3f3520.tar.xz samba-66e67c1bad2b6bd7c28600ba166971a83e3f3520.zip |
s3:winbind: remove SET_HWM from winbind's API.
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/idl/wbint.idl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/librpc/idl/wbint.idl b/source3/librpc/idl/wbint.idl index b2c8ff6615c..d1557f89559 100644 --- a/source3/librpc/idl/wbint.idl +++ b/source3/librpc/idl/wbint.idl @@ -171,9 +171,4 @@ interface wbint [in] wbint_IdType type, [in] hyper id ); - - NTSTATUS wbint_SetHWM( - [in] wbint_IdType type, - [in] hyper id - ); } |