1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-03 22:17:47 +02:00
toxic/src/friendlist.h

13 lines
304 B
C

#ifndef FRIENDLIST_H_53I41IM
#define FRIENDLIST_H_53I41IM
#include "toxic_windows.h"
#include "chat.h"
ToxWindow new_friendlist();
int friendlist_onFriendAdded(Tox *m, int num);
void disable_chatwin(int f_num);
int get_friendnum(uint8_t *name);
#endif /* end of include guard: FRIENDLIST_H_53I41IM */