summaryrefslogtreecommitdiffstats
path: root/src/include/filesystem/dirsetup.h
blob: 19b1c9ded004741c76fea7bc9e869d97e05be7f5 (plain)
1
2
3
4
5
6
7
8
9
#ifndef DIRSETUP_H
#define DIRESTUP_H

#include "path.h"

void dirSetup(const char *executable);
const char* getHome(void);

#endif