1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-09-17 07:06:52 +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

@@ -32,6 +32,7 @@
#include "execute.h"
#include "misc_tools.h"
#include "toxic_strings.h"
#include "log.h"
#include "line_info.h"
uint8_t pending_frnd_requests[MAX_FRIENDS_NUM][TOX_CLIENT_ID_SIZE] = {0};