[NETAPI32]
authorEric Kohl <eric.kohl@reactos.org>
Thu, 13 Jun 2013 21:20:45 +0000 (21:20 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Thu, 13 Jun 2013 21:20:45 +0000 (21:20 +0000)
Move the NETAPI_IsLocalComputer prototype to netapi32.h.

svn path=/trunk/; revision=59210

reactos/dll/win32/netapi32/access.c
reactos/dll/win32/netapi32/netapi32.c
reactos/dll/win32/netapi32/netapi32.h

index 4aeea9f..117392e 100644 (file)
@@ -22,7 +22,6 @@
 
 WINE_DEFAULT_DEBUG_CHANNEL(netapi32);
 
 
 WINE_DEFAULT_DEBUG_CHANNEL(netapi32);
 
-BOOL NETAPI_IsLocalComputer(LPCWSTR ServerName);
 
 /************************************************************
  *                ACCESS_QueryAdminDisplayInformation
 
 /************************************************************
  *                ACCESS_QueryAdminDisplayInformation
index d147f2d..549eb76 100644 (file)
 
 #define NTOS_MODE_USER
 #include <ndk/rtlfuncs.h>
 
 #define NTOS_MODE_USER
 #include <ndk/rtlfuncs.h>
-//#include "netapi32.h"
+#include "netapi32.h"
 
 WINE_DEFAULT_DEBUG_CHANNEL(netbios);
 
 static HMODULE NETAPI32_hModule;
 
 
 WINE_DEFAULT_DEBUG_CHANNEL(netbios);
 
 static HMODULE NETAPI32_hModule;
 
-BOOL NETAPI_IsLocalComputer(LMCSTR ServerName);
-
 BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
 {
     TRACE("%p,%x,%p\n", hinstDLL, fdwReason, lpvReserved);
 BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
 {
     TRACE("%p,%x,%p\n", hinstDLL, fdwReason, lpvReserved);
index 1043833..b367c8a 100644 (file)
@@ -57,4 +57,9 @@ BuildSidFromSidAndRid(IN PSID SrcSid,
                       IN ULONG RelativeId,
                       OUT PSID *DestSid);
 
                       IN ULONG RelativeId,
                       OUT PSID *DestSid);
 
+/* wksta.c */
+
+BOOL
+NETAPI_IsLocalComputer(LMCSTR ServerName);
+
 #endif
\ No newline at end of file
 #endif
\ No newline at end of file