// Copyright status: this file is in the public domain. #include "lx.h" #include "internal.h" const char *lx_opened_string(LX_CONN *xc) { return(xc->opened_string); }