https://git.reactos.org/?p=reactos.git;a=commitdiff;h=89aaf0efca16e0a31fa6ca28f7db2f12c759788f

commit 89aaf0efca16e0a31fa6ca28f7db2f12c759788f
Author:     Eric Kohl <[email protected]>
AuthorDate: Sun Mar 24 13:02:10 2019 +0100
Commit:     Eric Kohl <[email protected]>
CommitDate: Sun Mar 24 13:02:10 2019 +0100

    [IDL] Fix the declaration of function 7 (NetrBrowserStatisticsClear)
---
 sdk/include/reactos/idl/browser.idl | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sdk/include/reactos/idl/browser.idl 
b/sdk/include/reactos/idl/browser.idl
index a38790471b..65f2ff8f7e 100644
--- a/sdk/include/reactos/idl/browser.idl
+++ b/sdk/include/reactos/idl/browser.idl
@@ -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

Reply via email to