FreeBSD Manual Pages
cxSetFsNodeLocal(3) The GNUpdate Project cxSetFsNodeLocal(3) NAME cxSetFsNodeLocal - Sets whether or not the node is stored locally. SYNOPSIS #include <comprex.h> void cxSetFsNodeLocal(CxFsNode *node, char isLocal); PARAMETERS node The node. isLocal 1 if the node is stored locally; 0 otherwise. DESCRIPTION Sets whether or not the node is stored locally. If the node is located online, or within an archive, this should be 0. Otherwise, this should be 1. RETURNS Nothing. libcomprex 05 Mar 2003 cxSetFsNodeLocal(3)
NAME | SYNOPSIS | PARAMETERS | DESCRIPTION | RETURNS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=cxSetFsNodeLocal&sektion=3&manpath=FreeBSD+12.1-RELEASE+and+Ports>