mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 00:26:22 +00:00
Fix some more untyped APIs
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
@@ -268,7 +268,7 @@ void cons_show_contacts(GSList* list);
|
||||
void cons_show_roster(GSList* list);
|
||||
void cons_show_roster_group(const char* const group, GSList* list);
|
||||
void cons_show_wins(gboolean unread);
|
||||
void cons_show_wins_attention();
|
||||
void cons_show_wins_attention(void);
|
||||
gchar* cons_get_string(ProfConsoleWin* conswin);
|
||||
void cons_show_status(const char* const barejid);
|
||||
void cons_show_info(PContact pcontact);
|
||||
|
||||
Reference in New Issue
Block a user