labwc/include/config/config-dir.h

7 lines
118 B
C
Raw Normal View History

2020-08-03 20:56:38 +01:00
#ifndef __LABWC_CONFIG_DIR_H
#define __LABWC_CONFIG_DIR_H
2020-07-18 11:28:39 +01:00
char *config_dir(void);
2020-08-03 20:56:38 +01:00
#endif /* __LABWC_CONFIG_DIR_H */