repo.or.cz
/
rmail.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Integrate test_header in test_view_mail and various coding style modifications
[rmail.git]
/
src
/
utils
/
icons_utils.h
blob
9c69c8dc35ca416bc91bf8a5bbade0944c981a8d
1
#ifndef ICONS_UTILS_H
2
#define ICONS_UTILS_H
3
4
char
*
icon_get_path
(
char
*
filename
);
5
void
icon_free_path
(
char
*
icon
);
6
7
#endif
/* ICONS_UTILS_H */