mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[IDL] Fix the declaration of function 7 (NetrBrowserStatisticsClear)
This commit is contained in:
parent
526fc76cac
commit
89aaf0efca
1 changed files with 3 additions and 2 deletions
|
@ -191,10 +191,11 @@ interface browser
|
|||
I_BrowserrResetStatistics(
|
||||
[in, string, unique] BROWSER_IDENTIFY_HANDLE ServerName);
|
||||
|
||||
/* Function 7 (NetrBrowserStatisticsClear) */
|
||||
/* Function 7 - Not used on wire */
|
||||
NET_API_STATUS
|
||||
__stdcall
|
||||
BrowserOpnum7NotUsedOnWire(void);
|
||||
NetrBrowserStatisticsClear(
|
||||
[in, string, unique] BROWSER_IDENTIFY_HANDLE ServerName);
|
||||
|
||||
/* Function 8 */
|
||||
NET_API_STATUS
|
||||
|
|
Loading…
Reference in a new issue