libixp

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

ixp_srv_freefile.3 (452B)


      1 .TH "IXP_SRV_FREEFILE" 3 "2010 Jun" "libixp Manual"
      2 
      3 .SH NAME
      4 .P
      5 ixp_srv_freefile
      6 
      7 .SH SYNOPSIS
      8 .nf
      9   #include <ixp_srvutil.h>
     10   
     11   void ixp_srv_freefile(IxpFileId *fileid);
     12 .fi
     13 
     14 .SH DESCRIPTION
     15 .P
     16 Decrease the reference count of the given IxpFileId,
     17 and push it onto the free list when it reaches 0;
     18 
     19 .SH SEE ALSO
     20 .P
     21 ixp_srv_getfile(3)
     22 
     23 
     24 .\" man code generated by txt2tags 2.5 (http://txt2tags.sf.net)
     25 .\" cmdline: txt2tags -o- ixp_srv_freefile.man3
     26