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

put string helpers in own file

This commit is contained in:
Jfreegman
2013-12-10 03:03:45 -05:00
parent 44d9f7fe61
commit ccc0640dab
7 changed files with 205 additions and 199 deletions

View File

@ -14,6 +14,7 @@
#include "execute.h"
#include "misc_tools.h"
#include "friendlist.h"
#include "toxic_strings.h"
extern char *DATA_FILE;
extern int store_data(Tox *m, char *path);