1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-04 00:06:46 +02:00

display status messages in friends list

This commit is contained in:
Jfreegman
2013-09-02 00:18:20 -04:00
parent c5b9677fc0
commit 73d6fba055
3 changed files with 15 additions and 13 deletions

View File

@ -4,6 +4,8 @@
#include "toxic_windows.h"
#include "chat.h"
#define NOSTATUSMSG "NOSTATUSMSG" /* Friends' default status message */
ToxWindow new_friendlist();
int friendlist_onFriendAdded(Tox *m, int num);
void disable_chatwin(int f_num);