Changed relevant files to use get_cachedir() instead of using the now deprecated MAXSCALE_HOME.

This commit is contained in:
Markus Makela
2015-04-27 21:38:49 +03:00
parent 1cc6ced505
commit 9e0a2bfc12
15 changed files with 29 additions and 285 deletions

View File

@ -39,5 +39,5 @@ static char* cachedir = NULL;
static char* langdir = NULL;
char* get_libdir();
char* get_cachedir();
#endif