cxGetFsIterNext(3) The GNUpdate Project cxGetFsIterNext(3)NAME
cxGetFsIterNext - Returns the next item.SYNOPSIS
#include <comprex.h> CxFsNode *cxGetFsIterNext(CxFsIterator *iterator);PARAMETERS
iterator The iterator.DESCRIPTION
Returns the next item. If this hasn't been called previously, it will return the first item.RETURNS
Nothing. libcomprex 05 Mar 2003 cxGetFsIterNext(3)