rage/src/bin/albumart.h

8 lines
154 B
C

#ifndef _ALBUMART_H__
#define _ALBUMART_H__ 1
void albumart_find(Evas_Object *win, Evas_Object *vid);
char *albumart_file_get(const char *file);
#endif