mirror of
https://github.com/labwc/labwc.git
synced 2026-02-05 04:06:33 -05:00
6 lines
94 B
C
6 lines
94 B
C
#ifndef CONFIG_DIR_H
|
|
#define CONFIG_DIR_H
|
|
|
|
char *config_dir(void);
|
|
|
|
#endif /* CONFIG_DIR_H */
|