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

commit bcffdd0b167410e5118be420379920a519cdf9fd
Author:     Mark Jansen <[email protected]>
AuthorDate: Sun Jun 16 13:56:54 2019 +0200
Commit:     Mark Jansen <[email protected]>
CommitDate: Sun Jun 16 13:56:54 2019 +0200

    [RASAPI32] Add RasClearConnectionStatistics stub
    CORE-10092
---
 dll/win32/rasapi32/rasapi32.spec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dll/win32/rasapi32/rasapi32.spec b/dll/win32/rasapi32/rasapi32.spec
index e8a28a8814e..d05e809aab9 100644
--- a/dll/win32/rasapi32/rasapi32.spec
+++ b/dll/win32/rasapi32/rasapi32.spec
@@ -1,5 +1,6 @@
 @ stub RasAutodialAddressToNetwork
 @ stub RasAutodialEntryToNetwork
+@ stub RasClearConnectionStatistics
 @ stdcall RasConnectionNotificationA(ptr long long)
 @ stdcall RasConnectionNotificationW(ptr long long)
 @ stdcall RasCreatePhonebookEntryA(long str)

Reply via email to