mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-29 00:36:45 +02:00
sort names in groupchat sidepanel
This commit is contained in:
@ -27,3 +27,6 @@ bool timed_out(uint64_t timestamp, uint64_t timeout, uint64_t curtime);
|
||||
|
||||
/* Beeps and makes window tab blink */
|
||||
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);
|
Reference in New Issue
Block a user