Integrate test_header in test_view_mail and various coding style modifications
[rmail.git] / src / utils / icons_utils.h
blob9c69c8dc35ca416bc91bf8a5bbade0944c981a8d
1 #ifndef ICONS_UTILS_H
2 #define ICONS_UTILS_H
4 char *icon_get_path(char *filename);
5 void icon_free_path(char *icon);
7 #endif /* ICONS_UTILS_H */