aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/config/policy_store.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-03-20 15:43:26 +0000
committerMartin Willi <martin@strongswan.org>2006-03-20 15:43:26 +0000
commit87a217f9f1640ed08dbe06564f6fbcd3cdfdeefb (patch)
tree928291a14cedbcb875d205b5a38527a37f515561 /Source/charon/config/policy_store.h
parente8d25806f3281b71d2512e926c08f50f72d5d505 (diff)
downloadstrongswan-87a217f9f1640ed08dbe06564f6fbcd3cdfdeefb.tar.bz2
strongswan-87a217f9f1640ed08dbe06564f6fbcd3cdfdeefb.tar.xz
- works quite well now with ipsec.conf & ipsec starter
Diffstat (limited to 'Source/charon/config/policy_store.h')
-rwxr-xr-xSource/charon/config/policy_store.h7
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