#include "lx.h" #include "proto.h" #include "internal.h" void lx_FreeColormap(LX_CONN *xc, LX_XID cmap) { lx__simple_single(xc,cmap,"lx_FreeColormap",XP_REQ_FreeColormap); }