From 101751fbefde6a01c92487585dac38f8d8b5b356 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Tue, 11 Apr 2000 15:31:34 +0000 Subject: [PATCH] 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 --- utils/Install/instsup.h | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/Install/instsup.h b/utils/Install/instsup.h index 912c0fe95a..b2e1c1d27d 100644 --- a/utils/Install/instsup.h +++ b/utils/Install/instsup.h @@ -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, ...);