mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 05:16:21 +00:00
Apply coding style
This commit is contained in:
@@ -40,9 +40,9 @@ void status_bar_init(void);
|
||||
void status_bar_draw(void);
|
||||
void status_bar_close(void);
|
||||
void status_bar_resize(void);
|
||||
void status_bar_set_prompt(const char *const prompt);
|
||||
void status_bar_set_prompt(const char* const prompt);
|
||||
void status_bar_clear_prompt(void);
|
||||
void status_bar_set_fulljid(const char *const fulljid);
|
||||
void status_bar_set_fulljid(const char* const fulljid);
|
||||
void status_bar_clear_fulljid(void);
|
||||
void status_bar_current(int i);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user