cxSetFsNodeDate(3) The GNUpdate Project cxSetFsNodeDate(3)NAME
cxSetFsNodeDate - Sets the timestamp of the specified node.SYNOPSIS
#include <comprex.h> void cxSetFsNodeDate(CxFsNode *node, time_t date);PARAMETERS
node The node. date The date/time timestamp in seconds since the epoch.DESCRIPTION
Sets the timestamp of the specified node.RETURNS
Nothing. libcomprex 05 Mar 2003 cxSetFsNodeDate(3)