DOKK / manpages / debian 10 / libixp-dev / ixp_respond.3.en
IXP_RESPOND(3) Library Functions Manual IXP_RESPOND(3)

ixp_respond

#include <ixp.h>
void ixp_respond(Ixp9Req *req, const char *error);

Sends a response to the given request. The response is constructed from the ofcall member of the req parameter, or from the error parameter if it is non-null. In the latter case, the response is of type RError, while in any other case it is of the same type as req->ofcall, which must match the request type in req->ifcall.

Ixp9Req(3), ixp_printfcall(3)

2012 Dec libixp Manual