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, ...);