ixp_remove.3 (500B)
1 .TH "IXP_REMOVE" 3 "2010 Jun" "libixp Manual" 2 3 .SH NAME 4 .P 5 ixp_remove 6 7 .SH SYNOPSIS 8 .nf 9 #include <ixp.h> 10 11 int ixp_remove(IxpClient *c, const char *path); 12 .fi 13 14 .SH PARAMETERS 15 .TP 16 path 17 The path of the file to remove. 18 19 .SH DESCRIPTION 20 .P 21 Removes a file or directory from the remote server. 22 23 .SH RETURN VALUE 24 .P 25 ixp_remove returns 0 on failure, 1 on success. 26 27 .SH SEE ALSO 28 .P 29 ixp_mount(3) 30 31 32 .\" man code generated by txt2tags 2.5 (http://txt2tags.sf.net) 33 .\" cmdline: txt2tags -o- ixp_remove.man3 34