[NETAPI32]
[reactos.git] / reactos / dll / win32 / netapi32 / netapi32.h
index f7a0a7a..67f5548 100644 (file)
@@ -6,5 +6,12 @@ NET_API_STATUS
 WINAPI
 NetpNtStatusToApiStatus(NTSTATUS Status);
 
+/* misc.c */
+
+NTSTATUS
+GetAccountDomainSid(PSID *AccountDomainSid);
+
+NTSTATUS
+GetBuiltinDomainSid(PSID *BuiltinDomainSid);
 
 #endif
\ No newline at end of file