cfp_getf(3) manual page
Table of Contents
cfp_getf - reread the possible changed configuration file
#include <cfht/cfht.h>#include <cfht/cfp.h>FILE_ID cfp_getf(id)FILE_ID id;
libcfht.a
Semantically
this is equivalent to cfp_finish() followed by cfp_init(). Id is the previously
acquired handle for the configuration file.
The return value
will be a new FILE_ID or FAIL.
cfp(4)
.
The returned
FILE_ID may be different than the original.
Table of Contents