diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-21 14:51:13 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-21 14:51:13 +0200 |
commit | 5209a846a9157e649fcdcb561f7eaf19c8c0e465 (patch) | |
tree | b0a7e52b5646c8eec182dbc391e7934b6804488c /source4/librpc/idl/browser.idl | |
parent | 625359b2e266105022309df8985720108ecd6f67 (diff) | |
parent | 2ee8d29d22bcb1c350ab59d71b0aee548489bc9c (diff) | |
download | samba-5209a846a9157e649fcdcb561f7eaf19c8c0e465.tar.gz samba-5209a846a9157e649fcdcb561f7eaf19c8c0e465.tar.bz2 samba-5209a846a9157e649fcdcb561f7eaf19c8c0e465.zip |
Merge branch 'master' of ssh://git.samba.org/data/git/samba into regsrv
Conflicts:
source4/lib/registry/ldb.c
source4/rpc_server/winreg/rpc_winreg.c
Diffstat (limited to 'source4/librpc/idl/browser.idl')
-rw-r--r-- | source4/librpc/idl/browser.idl | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/source4/librpc/idl/browser.idl b/source4/librpc/idl/browser.idl deleted file mode 100644 index 5b05be9cbb..0000000000 --- a/source4/librpc/idl/browser.idl +++ /dev/null @@ -1,58 +0,0 @@ -[ - uuid("6bffd098-a112-3610-9833-012892020162"), - version(0.0), - helpstring("Browsing"), - pointer_default(unique), - endpoint("ncacn_np:[\\pipe\\browser]", "ncacn_ip_tcp:", "ncalrpc:") -] -interface browser -{ - /******************/ - /* Function 0x00 */ - [todo] NTSTATUS BrowserrServerEnum(); - - /******************/ - /* Function 0x01 */ - [todo] NTSTATUS BrowserrDebugCall(); - - /******************/ - /* Function 0x02 */ - [todo] NTSTATUS BrowserrQueryOtherDomains(); - - /******************/ - /* Function 0x03 */ - [todo] NTSTATUS BrowserrResetNetlogonState(); - - /******************/ - /* Function 0x04 */ - [todo] NTSTATUS BrowserrDebugTrace(); - - /******************/ - /* Function 0x05 */ - [todo] NTSTATUS BrowserrQueryStatistics(); - - /******************/ - /* Function 0x06 */ - [todo] NTSTATUS BrowserResetStatistics(); - - /******************/ - /* Function 0x07 */ - [todo] NTSTATUS NetrBrowserStatisticsClear(); - - /******************/ - /* Function 0x08 */ - [todo] NTSTATUS NetrBrowserStatisticsGet(); - - /******************/ - /* Function 0x09 */ - [todo] NTSTATUS BrowserrSetNetlogonState(); - - /******************/ - /* Function 0x0a */ - [todo] NTSTATUS BrowserrQueryEmulatedDomains(); - - /******************/ - /* Function 0x0b */ - [todo] NTSTATUS BrowserrServerEnumEx(); - -} |