]> git.saurik.com Git - wxWidgets.git/blame - utils/Install/instsup.h
Disable putting selected text in the Primary Selection, since wxGTK is
[wxWidgets.git] / utils / Install / instsup.h
CommitLineData
f6bcfd97
BP
1#ifdef __cplusplus
2extern "C" {
3#endif
4void create_wps_objects(void);
5unsigned long color_depth(void);
6void sysreboot(void);
7int mesg(char *format, ...);
8int checktext(char *text, char *buffer, int buflen);
9long findtext(char *text);
10char *decode(char *input);
11void viewfile(char *filename);
12void stripcrlf(char *buffer);
13unsigned long drivefree(int drive);
14void error(char *format, ...);
15void setdrivedir(char *drivedir);
16void settempdir(void);
17void getbootdrive(void);
18int cmdrun(char *progname);
19void PM_backslash(char *s);
20int sendmessage(int destination, int messid);
21void DoGUI(void);
22#ifdef __cplusplus
23}
24#endif
25int parse_ini(char *filename);
26void updatepercent(void);