f6bcfd974e
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
26 lines
676 B
C
26 lines
676 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
void create_wps_objects(void);
|
|
unsigned long color_depth(void);
|
|
void sysreboot(void);
|
|
int mesg(char *format, ...);
|
|
int checktext(char *text, char *buffer, int buflen);
|
|
long findtext(char *text);
|
|
char *decode(char *input);
|
|
void viewfile(char *filename);
|
|
void stripcrlf(char *buffer);
|
|
unsigned long drivefree(int drive);
|
|
void error(char *format, ...);
|
|
void setdrivedir(char *drivedir);
|
|
void settempdir(void);
|
|
void getbootdrive(void);
|
|
int cmdrun(char *progname);
|
|
void PM_backslash(char *s);
|
|
int sendmessage(int destination, int messid);
|
|
void DoGUI(void);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
int parse_ini(char *filename);
|
|
void updatepercent(void); |