1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-17 08:26:34 +01:00

refactor logging functions to only handle chatlog pointers

This commit is contained in:
Jfreegman
2014-03-01 07:10:44 -05:00
parent 1e503b1080
commit 7109b8fa18
10 changed files with 95 additions and 103 deletions

View File

@@ -25,8 +25,6 @@
#include "toxic_windows.h"
void chat_enable_log(ToxWindow *self);
void chat_disable_log(ToxWindow *self);
void kill_chat_window(ToxWindow *self);
ToxWindow new_chat(Tox *m, int friendnum);