mirror of
https://github.com/labwc/labwc.git
synced 2026-02-08 10:06:59 -05:00
6 lines
118 B
C
6 lines
118 B
C
#ifndef __LABWC_CONFIG_DIR_H
|
|
#define __LABWC_CONFIG_DIR_H
|
|
|
|
char *config_dir(void);
|
|
|
|
#endif /* __LABWC_CONFIG_DIR_H */
|