aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-12-01 14:54:54 +0000
committerMartin Willi <martin@strongswan.org>2005-12-01 14:54:54 +0000
commit0675d5e1a13ae288b573e855bb41af93f5a8c1f0 (patch)
tree4e4397c47a3e2afe958c2eff75e980ac9d590bb2
parentd9974b2081e31a8e478dc3215b07fce911a8bc42 (diff)
downloadstrongswan-0675d5e1a13ae288b573e855bb41af93f5a8c1f0.tar.bz2
strongswan-0675d5e1a13ae288b573e855bb41af93f5a8c1f0.tar.xz
- commented
-rw-r--r--Source/charon/config/sa_config.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/Source/charon/config/sa_config.h b/Source/charon/config/sa_config.h
index 412e7e611..490395682 100644
--- a/Source/charon/config/sa_config.h
+++ b/Source/charon/config/sa_config.h
@@ -115,7 +115,11 @@ struct sa_config_t {
/**
* @brief Get configured traffic selectors.
*
- * @warning Resulting array must be freed!
+ * Returns a pointer to an allocated array, in which
+ * pointers to traffic selectors are stored.
+ *
+ * @warning Resulting pointer array must be freed!
+ * @warning Traffic selectors in array must be destroyed!
*
* @param this calling object
* @param[out]traffic_selectors pointer where traffic selectors will be allocated
@@ -126,7 +130,11 @@ struct sa_config_t {
/**
* @brief Select traffic selectors from a supplied list.
*
- * @warning Resulting array must be freed!
+ * Returns a pointer to an allocated array, in which
+ * pointers to traffic selectors are stored.
+ *
+ * @warning Resulting pointer array must be freed!
+ * @warning Traffic selectors in array must be destroyed!
*
* @param this calling object
* @param supplied pointer to an array of ts to select from.