Add src/config/config-dir.c

This commit is contained in:
Johan Malm 2020-07-18 11:28:39 +01:00
parent 7fc643fdb9
commit ccc818fda5
5 changed files with 102 additions and 6 deletions

View file

@ -0,0 +1,6 @@
#ifndef CONFIG_DIR_H
#define CONFIG_DIR_H
char *config_dir(void);
#endif /* CONFIG_DIR_H */