1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 16:37:46 +02:00
toxic/src/friendlist.h

14 lines
354 B
C
Raw Normal View History

2013-08-13 00:50:43 +02:00
#ifndef FRIENDLIST_H_53I41IM
#define FRIENDLIST_H_53I41IM
#include "toxic_windows.h"
ToxWindow new_friendlist(void);
2013-08-13 00:50:43 +02:00
void disable_chatwin(int f_num);
int get_friendnum(uint8_t *name);
2013-11-25 00:22:48 +01:00
/* sorts friendlist_index first by connection status then alphabetically */
2013-11-16 03:36:05 +01:00
void sort_friendlist_index(void);
2013-08-13 00:50:43 +02:00
#endif /* end of include guard: FRIENDLIST_H_53I41IM */