labwc/include/config/config-dir.h
2020-07-18 11:28:39 +01:00

6 lines
94 B
C

#ifndef CONFIG_DIR_H
#define CONFIG_DIR_H
char *config_dir(void);
#endif /* CONFIG_DIR_H */