mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 01:46:35 +01:00
remove temporary callbacks from refactoring
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
#ifndef FRIENDLIST_H_53I41IM
|
||||
#define FRIENDLIST_H_53I41IM
|
||||
|
||||
|
||||
#include "windows.h"
|
||||
#include "chat.h"
|
||||
typedef void (setActiveWindowFn)(int ch);
|
||||
typedef int (addWindowFn)(Messenger *m, ToxWindow w, int n);
|
||||
ToxWindow new_friendlist(delWindowFn dw, setActiveWindowFn saw, addWindowFn aw, char * ws);
|
||||
|
||||
ToxWindow new_friendlist(char * ws);
|
||||
int friendlist_onFriendAdded(Messenger *m, int num);
|
||||
void disable_chatwin(int f_num);
|
||||
void fix_name(uint8_t *name);
|
||||
|
||||
Reference in New Issue
Block a user