mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
7 lines
108 B
C
7 lines
108 B
C
|
|
#ifndef THEME_DIR_H
|
||
|
|
#define THEME_DIR_H
|
||
|
|
|
||
|
|
char *theme_dir(const char *theme_name);
|
||
|
|
|
||
|
|
#endif /* THEME_DIR_H */
|