[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    cfp_getf(3) manual page Table of Contents

Name

cfp_getf - reread the possible changed configuration file

Synopsis


#include <cfht/cfht.h>#include <cfht/cfp.h>FILE_ID cfp_getf(id)FILE_ID id;
libcfht.a

Description

Semantically this is equivalent to cfp_finish() followed by cfp_init(). Id is the previously acquired handle for the configuration file.

Return Value

The return value will be a new FILE_ID or FAIL.

Errors

See Also

cfp(4) .

Warnings

The returned FILE_ID may be different than the original.


Table of Contents