#ifndef __LABWC_THEME_DIR_H #define __LABWC_THEME_DIR_H /** * theme_dir - find theme directory containing theme @theme_name * @theme_name: theme to search for */ char *theme_dir(const char *theme_name); #endif /* __LABWC_THEME_DIR_H */