diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-28 16:55:46 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-28 16:55:46 +0000 |
commit | 27e432056b0d3eaaf5e938b3df9be2169e421275 (patch) | |
tree | 37611d89808c874aa3f3feaf3e965d6f16e9db5a /Source/charon/config/configuration_manager.h | |
parent | 0f30f5686a8baace9da905071c32e2575913e33e (diff) | |
download | strongswan-27e432056b0d3eaaf5e938b3df9be2169e421275.tar.bz2 strongswan-27e432056b0d3eaaf5e938b3df9be2169e421275.tar.xz |
- memory allocation checks removed
Diffstat (limited to 'Source/charon/config/configuration_manager.h')
-rw-r--r-- | Source/charon/config/configuration_manager.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/charon/config/configuration_manager.h b/Source/charon/config/configuration_manager.h index e15f6a538..787286a1d 100644 --- a/Source/charon/config/configuration_manager.h +++ b/Source/charon/config/configuration_manager.h @@ -41,6 +41,8 @@ typedef struct configuration_manager_t configuration_manager_t; * It is expected, that in future different configurations are stored in a linked list * or a hash map and are managed by this class. * + * @ingroup config + * */ struct configuration_manager_t { @@ -184,6 +186,8 @@ struct configuration_manager_t { * @return * - pointer to created manager object if succeeded * - NULL if memory allocation failed + * + * @ingroup config */ configuration_manager_t *configuration_manager_create(); |