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

move log struct to proper place

This commit is contained in:
Jfreegman
2014-03-25 08:25:10 -04:00
parent a5ce17f44e
commit 3baa830afb
5 changed files with 12 additions and 9 deletions

View File

@ -165,15 +165,6 @@ struct StatusBar {
bool is_online;
};
#define LOG_FLUSH_LIMIT 2 /* limits calls to fflush(logfile) to a max of one per LOG_FLUSH_LIMIT seconds */
struct chatlog {
FILE *file;
uint64_t lastwrite;
int pos;
bool log_on; /* specific to current chat window */
};
#define MAX_LINE_HIST 128
/* chat and groupchat window/buffer holder */