CFL v0.5 - Reference Manual


extern int cfl_value_remove

(cflh_t HANDLE,
  const char* SECTION_NAME,
  const char* VALUE_NAME )

Remove a value from a section from a cfl handle.

Documentation

Remove a value from a section from a cfl handle. Removes the value VALUE_NAME from the section SECTION_NAME of the cfl HANDLE.
Parameters:
HANDLE - The cfl handle to remove the value from
SECTION_NAME - The name of the section in which the value is
VALUE_NAME - The name of the value to remove
Returns:
0 in case of success.
-1 if no section SECTION_NAME is found.
-2 if no value VALUE_NAME is found.
Preconditions:
HANDLE must be a valid cfl handle
See Also:
cfl_value_add()

Alphabetic index


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