diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-07-31 09:22:48 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-07-31 14:38:38 +0200 |
commit | 7430582346befcf693de0787947bf62f28655be6 (patch) | |
tree | 7c3d91dc1638388c231e5fb374b69e62d274842a /source4/librpc | |
parent | 39ec220d4943350870c10d11555c0bdd86b87553 (diff) | |
download | samba-7430582346befcf693de0787947bf62f28655be6.tar.gz samba-7430582346befcf693de0787947bf62f28655be6.tar.bz2 samba-7430582346befcf693de0787947bf62f28655be6.zip |
winsif.idl: add definition of winsif_WinsTerm()
metze
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/winsif.idl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/librpc/idl/winsif.idl b/source4/librpc/idl/winsif.idl index bf30db693b..2e302da77c 100644 --- a/source4/librpc/idl/winsif.idl +++ b/source4/librpc/idl/winsif.idl @@ -186,7 +186,9 @@ import "nbt.idl"; /*****************/ /* Function 0x06 */ - void WinsTerm(); + WERROR winsif_WinsTerm( + [in] uint16 abrupt_termination + ); /*****************/ /* Function 0x07 */ |