/* adopted from mp3-plugin */ #ifndef ___SERVICE_H #define ___SERVICE_H struct PicselshowServiceData { int result; union { const char *filename; } data; }; #endif //___SERVICE_H