switch source tree from k&r to c99
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
/* Global declarations */
|
||||
|
||||
void curses_update_stats();
|
||||
void curses_update_stats(void);
|
||||
void curses_decrement_highlights(boolean);
|
||||
attr_t curses_color_attr(int nh_color, int bg_color);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user