aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/imv/imv_reason_string.h
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2013-12-31 13:13:32 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2014-01-13 12:06:17 +0100
commit81d49c5cfd19d8cc0531f2ffec560852e3ae033d (patch)
treeebfc1121cf7b22816ee3711a858bb83923ac1e6e /src/libimcv/imv/imv_reason_string.h
parent6009b6e0dd2ea3dbb033958b09448b5c602d6fc0 (diff)
downloadstrongswan-81d49c5cfd19d8cc0531f2ffec560852e3ae033d.tar.bz2
strongswan-81d49c5cfd19d8cc0531f2ffec560852e3ae033d.tar.xz
Allow reason strings to be used as workitem result string
Diffstat (limited to 'src/libimcv/imv/imv_reason_string.h')
-rw-r--r--src/libimcv/imv/imv_reason_string.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libimcv/imv/imv_reason_string.h b/src/libimcv/imv/imv_reason_string.h
index cb4c27f93..c35ec36cc 100644
--- a/src/libimcv/imv/imv_reason_string.h
+++ b/src/libimcv/imv/imv_reason_string.h
@@ -58,7 +58,8 @@ struct imv_reason_string_t {
* Creates an Reason String object
*
* @param lang Preferred language
+ * @param separator String separating multiple reasons
*/
- imv_reason_string_t* imv_reason_string_create(char *lang);
+ imv_reason_string_t* imv_reason_string_create(char *lang, char *separator);
#endif /** IMV_REASON_STRING_H_ @}*/