Cmap.h revision 1ab64890
1/* $XFree86$ */
2
3#ifndef _CMAP_H_
4#define _CMAP_H_
5
6extern void
7_XcmsDeleteCmapRec(
8    Display *dpy,
9    Colormap cmap);
10
11#endif /* _CMAP_H_ */
12