labwc/include/config/config-dir.h

7 lines
94 B
C
Raw Normal View History

2020-07-18 11:28:39 +01:00
#ifndef CONFIG_DIR_H
#define CONFIG_DIR_H
char *config_dir(void);
#endif /* CONFIG_DIR_H */