libixp

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

ixp_printfcall.3 (560B)


      1 .TH "IXP_PRINTFCALL" 3 "2010 Jun" "libixp Manual"
      2 
      3 .SH NAME
      4 .P
      5 ixp_printfcall
      6 
      7 .SH SYNOPSIS
      8 .nf
      9   #include <ixp.h>
     10   
     11   void     (*ixp_printfcall)(IxpFcall*);
     12 .fi
     13 
     14 .SH DESCRIPTION
     15 .P
     16 When set to a non\-null value, ixp_printfcall is called once for
     17 every incoming and outgoing Fcall. It is intended to simplify the
     18 writing of debugging code for clients, but may be used for any
     19 arbitrary purpose.
     20 
     21 .SH SEE ALSO
     22 .P
     23 ixp_respond(3), ixp_serve9conn(3)
     24 
     25 
     26 .\" man code generated by txt2tags 2.5 (http://txt2tags.sf.net)
     27 .\" cmdline: txt2tags -o- ixp_printfcall.man3
     28