Removed function pointers

This commit is contained in:
James Booth
2014-12-22 22:13:42 +00:00
parent 3cbeb7b483
commit 9d94ac5c63
22 changed files with 1108 additions and 1596 deletions

View File

@@ -143,8 +143,8 @@ _rosterwin_contacts_by_no_group(ProfLayoutSplit *layout)
g_slist_free(contacts);
}
static void
_rosterwin_roster(void)
void
rosterwin_roster(void)
{
ProfWin *console = wins_get_console();
if (console) {
@@ -192,10 +192,4 @@ _rosterwin_roster(void)
}
free(by);
}
}
void
rosterwin_init_module(void)
{
rosterwin_roster = _rosterwin_roster;
}