libixp

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

ixp_close.3 (454B)


      1 .TH "IXP_CLOSE" 3 "2010 Jun" "libixp Manual"
      2 
      3 .SH NAME
      4 .P
      5 ixp_close
      6 
      7 .SH SYNOPSIS
      8 .nf
      9   #include <ixp.h>
     10   
     11   int ixp_close(IxpCFid *f);
     12 .fi
     13 
     14 .SH DESCRIPTION
     15 .P
     16 Closes the file pointed to by IfR and frees its
     17 associated data structures;
     18 
     19 .SH RETURN VALUE
     20 .P
     21 Returns 1 on success, and zero on failure.
     22 
     23 .SH SEE ALSO
     24 .P
     25 ixp_mount(3), ixp_open(3)
     26 
     27 
     28 .\" man code generated by txt2tags 2.5 (http://txt2tags.sf.net)
     29 .\" cmdline: txt2tags -o- ixp_close.man3
     30