X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=win32ss%2Fuser%2Fwinsrv%2Fwinsrv.h;h=a3f642c1100701862b3e3f09b22ace30745c73d5;hp=e6a91b6a29c240a47192a001b8b18ab8f0490d6f;hb=3a7f8d36e89abdc26478b4fc9bba85a7cf863cb8;hpb=882d71759c89a96b42d18a1cb4bed1860b19d0b1 diff --git a/win32ss/user/winsrv/winsrv.h b/win32ss/user/winsrv/winsrv.h index e6a91b6a29c..a3f642c1100 100644 --- a/win32ss/user/winsrv/winsrv.h +++ b/win32ss/user/winsrv/winsrv.h @@ -51,25 +51,11 @@ #include "resource.h" +/* Globals */ extern HINSTANCE UserServerDllInstance; extern HANDLE UserServerHeap; - extern ULONG_PTR LogonProcessId; -/* init.c */ -BOOL WINAPI _UserSoundSentry(VOID); - -/* harderror.c */ -VOID WINAPI UserServerHardError(IN PCSR_THREAD ThreadData, - IN PHARDERROR_MSG Message); - -/* register.c */ -CSR_API(SrvRegisterServicesProcess); -CSR_API(SrvRegisterLogonProcess); - -/* shutdown.c */ -CSR_API(SrvExitWindowsEx); - #endif // __WINSRV_H__ /* EOF */