For internal use only.
This file contains the implementation of the tc_register() function, used to register configuration variables.
Definition in file tc_register.c.
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include "treeconf_int.h"
Include dependency graph for tc_register.c:
Go to the source code of this file.
Functions | |
unsigned int | tc_register (treeconf_ctx_t *ctx, const char *name, const char *def, treeconf_node_t *parent, treeconf_nodown_t nodown, treeconf_change_t change, void *assoc) |
Register a configuration variable. |