mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
compile with glib1 again
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4320 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
8b75299729
commit
dee4238e9b
3 changed files with 16 additions and 0 deletions
|
|
@ -49,6 +49,9 @@ void nicklist_update_flags_unique(SERVER_REC *server, void *id,
|
|||
void nicklist_set_own(CHANNEL_REC *channel, NICK_REC *nick);
|
||||
|
||||
/* Nick record comparision for sort functions */
|
||||
#if GLIB_MAJOR_VERSION < 2
|
||||
int nicklist_compare_glib1(NICK_REC *p1, NICK_REC *p2);
|
||||
#endif
|
||||
int nicklist_compare(NICK_REC *p1, NICK_REC *p2, const char *nick_prefix);
|
||||
|
||||
/* Check is `msg' is meant for `nick'. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue