--- previous/src/gui-sdl/dlgAlert.c 2018/04/24 19:26:16 1.1.1.2 +++ previous/src/gui-sdl/dlgAlert.c 2018/04/24 19:32:56 1.1.1.3 @@ -32,8 +32,8 @@ static char dlglines[MAX_LINES][50+1]; #ifdef ALERT_HOOKS // The alert hook functions - extern int HookedAlertNotice(const char* szMessage); // Must return true if OK clicked, false otherwise - extern int HookedAlertQuery(const char* szMessage); // Must return true if OK clicked, false otherwise + int HookedAlertNotice(const char* szMessage); // Must return true if OK clicked, false otherwise + int HookedAlertQuery(const char* szMessage); // Must return true if OK clicked, false otherwise #endif #define DLGALERT_OK 5