#ifndef XMKICONDEFS_H #define XMKICONDEFS_H 1 #include /* for Pixmap */ #include "devif.h" /* for DspInterface */ Pixmap make_Xicon(DspInterface dsp); #endif