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:
@ -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);
|
||||
|
Reference in New Issue
Block a user