Sync with trunk (r48414)
[reactos.git] / dll / win32 / lsasrv / lsasrv.h
index 00b1a77..45fc4f9 100644 (file)
@@ -7,6 +7,20 @@
  * PROGRAMMERS:     Eric Kohl
  */
 
+#define WIN32_NO_STATUS
+#include <windows.h>
+#include <ntsecapi.h>
+#define NTOS_MODE_USER
+#include <ndk/ntndk.h>
+
+#include <string.h>
+
+#include "lsass.h"
+#include "lsa_s.h"
+
+#include <wine/debug.h>
+
+
 /* authport.c */
 NTSTATUS StartAuthenticationPort(VOID);
 
@@ -20,4 +34,13 @@ LsarpLookupPrivilegeName(PLUID Value,
 
 NTSTATUS
 LsarpLookupPrivilegeValue(PUNICODE_STRING Name,
-                          PLUID Value);
\ No newline at end of file
+                          PLUID Value);
+
+/* sids.h */
+NTSTATUS
+LsapInitSids(VOID);
+
+NTSTATUS
+LsapLookupSids(PLSAPR_SID_ENUM_BUFFER SidEnumBuffer,
+               PLSAPR_TRANSLATED_NAME OutputNames);
+