[NTOS:PS]
[reactos.git] / reactos / ntoskrnl / include / internal / ps.h
index efe81be..86df783 100644 (file)
@@ -412,6 +412,18 @@ BOOLEAN
 NTAPI
 PspIsProcessExiting(IN PEPROCESS Process);
 
+//
+// Apphelp functions
+//
+NTSTATUS
+NTAPI
+INIT_FUNCTION
+ApphelpCacheInitialize(VOID);
+
+VOID
+NTAPI
+ApphelpCacheShutdown(VOID);
+
 //
 // Global data inside the Process Manager
 //