libixp

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

ixp_srvutils.man3 (599B)


      1 IXP_API
      2 libixp Manual
      3 2010 Jun
      4 
      5 %!includeconf: header.t2t
      6 
      7 = SYNPOSIS =
      8 ```
      9 #include <ixp_srvutil.h>
     10 ```
     11 = DESCRIPTION =
     12 
     13 Since a large part of libixp's purpose revolves around creating
     14 virtual filesystems, a small library of utility functions are
     15 provided towards furthering that end. They are mainly intended
     16 for applications providing simple, largely static virtual
     17 filesystems containing control files and event feeds, though
     18 they are easily adaptable to other ends.
     19 
     20 = SEE ALSO =
     21 F<ixp_srv_clonefiles>, F<ixp_srv_data2cstring>,
     22 F<ixp_srv_readbuf>, F<ixp_srv_walkandclone>, F<ixp_srv_writectl>
     23