Skip to content

Commit

Permalink
winsif.idl: add definition of winsif_WinsGetBrowserNames()
Browse files Browse the repository at this point in the history
metze
  • Loading branch information
metze-samba committed Jul 31, 2009
1 parent 833f253 commit e746683
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion source4/librpc/idl/winsif.idl
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,16 @@ import "nbt.idl";

/*****************/
/* Function 0x11 */
void WinsGetBrowserNames();
typedef struct {
boolean32 tcp_ip;
[string,charset(DOS)] uint8 *server_address;
[string,charset(DOS)] uint8 *pipe_name;
} winsif_BindData;

WERROR winsif_WinsGetBrowserNames(
[in,ref] winsif_BindData *server_handle,
[out,ref] winsif_BrowserNames *names
);


/*****************/
Expand Down

0 comments on commit e746683

Please sign in to comment.