libixp

git clone git://oldgit.suckless.org/libixp/
Log | Files | Refs | LICENSE

ixp_respond.3 (701B)


      1 .TH "IXP_RESPOND" 3 "2010 Jun" "libixp Manual"
      2 
      3 .SH NAME
      4 .P
      5 ixp_respond
      6 
      7 .SH SYNOPSIS
      8 .nf
      9   #include <ixp.h>
     10   
     11   void ixp_respond(Ixp9Req *req, const char *error);
     12 .fi
     13 
     14 .SH DESCRIPTION
     15 .P
     16 Sends a response to the given request. The response is
     17 constructed from the IofcallR member of the IreqR parameter, or
     18 from the IerrorR parameter if it is non\-null. In the latter
     19 case, the response is of type RError, while in any other case it
     20 is of the same type as IreqR\->IofcallR, which must match the
     21 request type in IreqR\->IifcallR.
     22 
     23 .SH SEE ALSO
     24 .P
     25 Ixp9Req(3), ixp_printfcall(3)
     26 
     27 
     28 .\" man code generated by txt2tags 2.5 (http://txt2tags.sf.net)
     29 .\" cmdline: txt2tags -o- ixp_respond.man3
     30