Missing create_wps_objects() prototype.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Brian Smith
2000-04-11 15:31:34 +00:00
parent 03d95fca3e
commit 101751fbef

View File

@@ -1,6 +1,7 @@
#ifdef __cplusplus
extern "C" {
#endif
void create_wps_objects(void);
unsigned long color_depth(void);
void sysreboot(void);
int mesg(char *format, ...);