summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/wbint.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-09-06 15:18:58 +0200
committerVolker Lendecke <vl@samba.org>2009-09-07 01:28:32 +0200
commit04ea250aebe619d7ec25426be9d395f1dd635c90 (patch)
tree973396b5bbe39d1772d1db61e10f87097fe3d580 /source3/librpc/gen_ndr/wbint.h
parent4ad330d5226901aed18656c49c70a3fc7a62826c (diff)
downloadsamba-04ea250aebe619d7ec25426be9d395f1dd635c90.tar.gz
samba-04ea250aebe619d7ec25426be9d395f1dd635c90.tar.bz2
samba-04ea250aebe619d7ec25426be9d395f1dd635c90.zip
s3:winbind: Convert WINBINDD_SET_HWM to the new API
Diffstat (limited to 'source3/librpc/gen_ndr/wbint.h')
-rw-r--r--source3/librpc/gen_ndr/wbint.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/wbint.h b/source3/librpc/gen_ndr/wbint.h
index dc4fc0c117..894e851ed1 100644
--- a/source3/librpc/gen_ndr/wbint.h
+++ b/source3/librpc/gen_ndr/wbint.h
@@ -321,4 +321,17 @@ struct wbint_RemoveMapping {
};
+
+struct wbint_SetHWM {
+ struct {
+ enum wbint_IdType type;
+ uint64_t id;
+ } in;
+
+ struct {
+ NTSTATUS result;
+ } out;
+
+};
+
#endif /* _HEADER_wbint */