libixp

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

ixp_fcall2msg.3 (665B)


      1 .TH "IXP_FCALL2MSG" 3 "2010 Jun" "libixp Manual"
      2 
      3 .SH NAME
      4 .P
      5 ixp_fcall2msg, ixp_msg2fcall
      6 
      7 .SH SYNOPSIS
      8 .nf
      9   #include <ixp.h>
     10   
     11   uint ixp_fcall2msg(IxpMsg *msg, IxpFcall *fcall);
     12   
     13   uint ixp_msg2fcall(IxpMsg *msg, IxpFcall *fcall);
     14 .fi
     15 
     16 .SH DESCRIPTION
     17 .P
     18 These functions pack or unpack a 9P protocol message. The
     19 message is set to the appropriate mode and its position is
     20 set to the begining of its buffer.
     21 
     22 .SH RETURN VALUE
     23 .P
     24 These functions return the size of the message on
     25 success and 0 on failure.
     26 
     27 .SH SEE ALSO
     28 .P
     29 IxpMsg(3), ixp_pfcall(3)
     30 
     31 
     32 .\" man code generated by txt2tags 2.5 (http://txt2tags.sf.net)
     33 .\" cmdline: txt2tags -o- ixp_fcall2msg.man3
     34