diff options
Diffstat (limited to 'Source/charon/config/policy_store.h')
-rwxr-xr-x | Source/charon/config/policy_store.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Source/charon/config/policy_store.h b/Source/charon/config/policy_store.h index 1c4402393..467e27d1d 100755 --- a/Source/charon/config/policy_store.h +++ b/Source/charon/config/policy_store.h @@ -30,10 +30,10 @@ typedef struct policy_store_t policy_store_t; /** - * @brief The interface for a store of polcy_t's. + * @brief The interface for a store of policy_t's. * * @b Constructors: - * - policy_store_create() + * - stroke_create() * * @ingroup config */ @@ -42,6 +42,9 @@ struct policy_store_t { /** * @brief Returns a policy identified by two IDs. * + * The returned policy gets created/cloned and therefore must be + * destroyed by the caller. + * * @param this calling object * @param my_id own ID of the policy * @param other_id others ID of the policy |