1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-29 11:56:44 +02:00

sort friendlist alphabetically

This commit is contained in:
Jfreegman
2013-11-24 17:12:24 -05:00
parent d47429ecb7
commit e625bffbb4
3 changed files with 12 additions and 3 deletions

View File

@ -29,4 +29,4 @@ bool timed_out(uint64_t timestamp, uint64_t timeout, uint64_t curtime);
void alert_window(ToxWindow *self);
/* case-insensitive string compare function for use with qsort - same return logic as strcmp */
int name_compare(const void *nick1, const void *nick2);
int name_compare(const void *nick1, const void *nick2);