summaryrefslogtreecommitdiff
path: root/src/libcharon/plugins/xauth_eap/xauth_eap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcharon/plugins/xauth_eap/xauth_eap.h')
-rw-r--r--src/libcharon/plugins/xauth_eap/xauth_eap.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libcharon/plugins/xauth_eap/xauth_eap.h b/src/libcharon/plugins/xauth_eap/xauth_eap.h
index 70927247e..7da243a11 100644
--- a/src/libcharon/plugins/xauth_eap/xauth_eap.h
+++ b/src/libcharon/plugins/xauth_eap/xauth_eap.h
@@ -47,9 +47,11 @@ struct xauth_eap_t {
*
* @param server ID of the XAuth server
* @param peer ID of the XAuth client
+ * @param profile configuration string
* @return xauth_eap_t object
*/
xauth_eap_t *xauth_eap_create_server(identification_t *server,
- identification_t *peer);
+ identification_t *peer,
+ char *profile);
#endif /** XAUTH_EAP_H_ @}*/