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