[NETAPI32]
[reactos.git] / reactos / dll / win32 / netapi32 / netapi32.h
index 1043833..65970fc 100644 (file)
@@ -24,6 +24,8 @@
 #include <wine/list.h>
 
 #define NTOS_MODE_USER
+#include <ndk/kefuncs.h>
+#include <ndk/obfuncs.h>
 #include <ndk/rtlfuncs.h>
 #include <ntsam.h>
 
@@ -57,4 +59,9 @@ BuildSidFromSidAndRid(IN PSID SrcSid,
                       IN ULONG RelativeId,
                       OUT PSID *DestSid);
 
+/* wksta.c */
+
+BOOL
+NETAPI_IsLocalComputer(LMCSTR ServerName);
+
 #endif
\ No newline at end of file