// Copyright status: this file is in the public domain. #include "lx.h" #include "internal.h" int lx_end_batch(LX_CONN *xc) { return(lx__nochain(xc)); }