diff options
Diffstat (limited to 'Source/charon/config/configuration_manager.h')
-rw-r--r-- | Source/charon/config/configuration_manager.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/charon/config/configuration_manager.h b/Source/charon/config/configuration_manager.h index 74be771f3..e15f6a538 100644 --- a/Source/charon/config/configuration_manager.h +++ b/Source/charon/config/configuration_manager.h @@ -54,7 +54,6 @@ struct configuration_manager_t { * @param host remote host information gets stored at this location * * @return - * - OUT_OF_RES * - NOT_FOUND * - SUCCESS */ @@ -70,7 +69,6 @@ struct configuration_manager_t { * @param host local host information gets stored at this location * * @return - * - OUT_OF_RES * - NOT_FOUND (not yet implemented) * - SUCCESS */ @@ -110,7 +108,6 @@ struct configuration_manager_t { * @param list iterator where the proposals are written to * * @return - * - OUT_OF_RES * - NOT_FOUND (not yet implemented) * - SUCCESS */ @@ -129,7 +126,6 @@ struct configuration_manager_t { * @param out The selected proposals of type proposal_substructure_t * are written to this iterator * * @return - * - OUT_OF_RES * - FAILED * - NOT_FOUND (not yet implemented) * - SUCCESS @@ -146,7 +142,6 @@ struct configuration_manager_t { * @param[out] valid TRUE if selected proposals are accepted * * @return - * - OUT_OF_RES * - FAILED * - NOT_FOUND (not yet implemented) * - SUCCESS |