We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380618f commit dcb156fCopy full SHA for dcb156f
1 file changed
include/express/error.h
@@ -225,7 +225,7 @@ extern SC_EXPRESS_EXPORT void ERRORset_all_warnings( bool );
225
extern SC_EXPRESS_EXPORT void ERRORsafe( jmp_buf env );
226
extern SC_EXPRESS_EXPORT void ERRORunsafe( void );
227
228
-extern char * ERRORget_warnings_help(const char* prefix, const char *eol);
+extern SC_EXPRESS_EXPORT char * ERRORget_warnings_help(const char* prefix, const char *eol);
229
extern bool ERRORis_enabled(enum ErrorCode errnum);
230
231
#endif /* ERROR_H */
0 commit comments