]>
Commit | Line | Data |
---|---|---|
f6bcfd97 BP |
1 | #ifdef __cplusplus |
2 | extern "C" { | |
3 | #endif | |
4 | void create_wps_objects(void); | |
5 | unsigned long color_depth(void); | |
6 | void sysreboot(void); | |
7 | int mesg(char *format, ...); | |
8 | int checktext(char *text, char *buffer, int buflen); | |
9 | long findtext(char *text); | |
10 | char *decode(char *input); | |
11 | void viewfile(char *filename); | |
12 | void stripcrlf(char *buffer); | |
13 | unsigned long drivefree(int drive); | |
14 | void error(char *format, ...); | |
15 | void setdrivedir(char *drivedir); | |
16 | void settempdir(void); | |
17 | void getbootdrive(void); | |
18 | int cmdrun(char *progname); | |
19 | void PM_backslash(char *s); | |
20 | int sendmessage(int destination, int messid); | |
21 | void DoGUI(void); | |
22 | #ifdef __cplusplus | |
23 | } | |
24 | #endif | |
25 | int parse_ini(char *filename); | |
26 | void updatepercent(void); |