- fix startup type
[reactos.git] / reactos / subsys / system / servman / servman.h
1 #ifndef __SERVMAN_H
2 #define __SERVMAN_H
3
4
5 #include <windows.h>
6 #include <stdio.h>
7 #include <tchar.h>
8 #include <commctrl.h>
9 #include "resource.h"
10
11 BOOL RefreshServiceList(VOID);
12
13 BOOL CALLBACK
14 AboutDialogProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
15
16 VOID GetError(VOID);
17 VOID FreeMemory(VOID);
18 VOID DisplayString(PTCHAR);
19
20 LONG APIENTRY
21 PropSheets(HWND hwnd);
22
23 DWORD GetServiceList(VOID);
24
25
26 #endif /* __SERVMAN_H */