summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-07-29 15:44:06 +0200
committerStefan Metzmacher <metze@samba.org>2009-07-31 14:38:36 +0200
commitb62ee9972e45c838977a51ee4f95732f19eb29db (patch)
tree70c1f503aca4d5881d771f83fcf6232b1f489589 /source4/librpc/idl
parentdbd963fa87a537ef553eced05516b69200d205a1 (diff)
downloadsamba-b62ee9972e45c838977a51ee4f95732f19eb29db.tar.gz
samba-b62ee9972e45c838977a51ee4f95732f19eb29db.tar.bz2
samba-b62ee9972e45c838977a51ee4f95732f19eb29db.zip
winsif.idl: add definition of winsif_WinsTrigger()
metze
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r--source4/librpc/idl/winsif.idl11
1 files changed, 10 insertions, 1 deletions
diff --git a/source4/librpc/idl/winsif.idl b/source4/librpc/idl/winsif.idl
index a81b82490e..2b179c8d05 100644
--- a/source4/librpc/idl/winsif.idl
+++ b/source4/librpc/idl/winsif.idl
@@ -146,7 +146,16 @@ import "nbt.idl";
/*****************/
/* Function 0x02 */
- void WinsTrigger();
+ typedef enum {
+ WINSIF_TRIGGER_PULL = 0x0000,
+ WINSIF_TRIGGER_PUSH = 0x0001,
+ WINSIF_TRIGGER_PUSH_PROP= 0x0002
+ } winsif_TriggerType;
+
+ WERROR winsif_WinsTrigger(
+ [in,ref] winsif_Address *owner_address,
+ [in] winsif_TriggerType trigger_type
+ );
/*****************/
/* Function 0x03 */