// Copyright status: this file is in the public domain. #include "lx.h" #include "proto.h" #include "internal.h" void lx_GrabServer(LX_CONN *xc) { lx__simple_none(xc,"lx_GrabServer",LX_CORE_GrabServer); }