This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Typedefs | |
typedef void * | uniconf_t |
Functions | |
uniconf_t | uniconf_init (const char *_moniker) |
void | uniconf_free (uniconf_t _uniconf) |
const char * | uniconf_get (uniconf_t _uniconf, const char *_key) |
void | uniconf_set (uniconf_t _uniconf, const char *_key, const char *_value) |
|
Definition at line 598 of file uniconf.h. Referenced by main(), and uniconf_init(). |
|
Definition at line 17 of file uniconf_c.cc. Referenced by main(). |
|
Definition at line 25 of file uniconf_c.cc. Referenced by main(). |
|
Definition at line 11 of file uniconf_c.cc. References uniconf_t. Referenced by main(). |
|
Definition at line 33 of file uniconf_c.cc. Referenced by main(). |