// Copyright status: this file is in the public domain. #include "lx.h" #include "internal.h" int lx_proto_major(LX_CONN *xc) { if (xc->flags & XCF_FAIL) return(-1); return(xc->proto_major); }