summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-06-28 00:34:29 +0200
committerMichael Adam <obnox@samba.org>2010-08-14 02:10:31 +0200
commit66e67c1bad2b6bd7c28600ba166971a83e3f3520 (patch)
tree3e169380c11f02b7e83909c7f2fcd806edf54c87 /source3/librpc
parentec33a624a395d6108e47a4eef9430626ec83b314 (diff)
downloadsamba-66e67c1bad2b6bd7c28600ba166971a83e3f3520.tar.gz
samba-66e67c1bad2b6bd7c28600ba166971a83e3f3520.tar.bz2
samba-66e67c1bad2b6bd7c28600ba166971a83e3f3520.zip
s3:winbind: remove SET_HWM from winbind's API.
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/wbint.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/librpc/idl/wbint.idl b/source3/librpc/idl/wbint.idl
index b2c8ff6615..d1557f8955 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
- );
}