mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
6 lines
132 B
C
6 lines
132 B
C
#ifndef __LABWC_THEME_DIR_H
|
|
#define __LABWC_THEME_DIR_H
|
|
|
|
char *theme_dir(const char *theme_name);
|
|
|
|
#endif /* __LABWC_THEME_DIR_H */
|