21625f40b5
I tried to get the latest versions from dockapps.org, but I haven't tested any of them. More dockapps will be added as time permits.
7 lines
159 B
C
7 lines
159 B
C
extern unsigned long current_warnings;
|
|
|
|
void init_warnings(void);
|
|
void update_warnings(int force);
|
|
void output_warnings(int all);
|
|
void warnings_cleanup(void);
|