CFL v0.5 - Reference Manual


extern int cfl_section_remove

(cflh_t HANDLE,
  const char* SECTION_NAME )

Removes a section from a cfl handle.

Documentation

Removes a section from a cfl handle. Removes the section named SECTION_NAME from the cfl HANDLE.
Parameters:
HANDLE - The cfl handle to remove the section from
SECTION_NAME - The name of the section to remove
Returns:
0 in case of success.
-1 if no section SECTION_NAME exists into the HANDLE.
Preconditions:
HANDLE must be a valid cfl handle
See Also:
cfl_section_add()

Alphabetic index


CFL Reference Manual
Last modified: Wed Nov 13 15:55:38 CET 2002