// Copyright status: this file is in the public domain. #include "lx.h" #include "proto.h" #include "internal.h" void lx_FreeCursor(LX_CONN *xc, LX_XID cursor) { lx__simple_single(xc,cursor,"lx_FreeCursor",XP_REQ_FreeCursor); }