extern struct configobj* config_new

(struct configobj* defaults)

Allocates a configuration structure.

Documentation

Allocates a configuration structure.

Use config_destroy to destroy the structure returned.

Parameters:
defaults - A pointer to the configuration structure to clone, or NULL
Returns:
A pointer to an initialized configuration structure, or NULL.

Home Alphabetic index



This page was generated with the help of DOC++.