libixp

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

libixp.3 (871B)


      1 .TH "IXP_API" 3 "2010 Jun" "libixp Manual"
      2 
      3 .SH SYNPOSIS
      4 .nf
      5   #include <ixp.h>
      6 .fi
      7 
      8 .SH DESCRIPTION
      9 .P
     10 libixp is a client and server library for interacting with the
     11 9P filesystem protocol. It includes a straightforward 9P
     12 filesystem client, a callback\-based server library, portable
     13 utilities for opening and multiplexing sockets, a library of
     14 data marshalling functions, and utilities to ease the
     15 construction of simple virtual filesystem servers. Further,
     16 libixp is completely threadsafe and can be adapted to virtual
     17 any threading system.
     18 
     19 .SH SEE ALSO
     20 .P
     21 \fBIXP_API(3)\fR, \fBIxpThread(3)\fR, \fBIxpMsg(3)\fR, \fBixp_mount(3)\fR, \fBixp_dial(3)\fR,
     22 \fBixp_serverloop(3)\fR, \fBixp_listen(3)\fR, \fBixp_settimer(3)\fR,
     23 \fBixp_serve9conn(3)\fR, ixp_srvutils(3)
     24 
     25 
     26 .\" man code generated by txt2tags 2.5 (http://txt2tags.sf.net)
     27 .\" cmdline: txt2tags -o- libixp.man3
     28