aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
blob: 84c3fd057c3cde6679e99489ddb8dc6f7c6c9779 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef CONFIG_H
#define CONFIG_H

#include <stdlib.h>

void getConfigDir(char*, const size_t);
void getDataDir(char*, const size_t);
void getCacheDir(char*, const size_t);

#endif