diff options
Diffstat (limited to 'src/charon/plugins/nm/nm_creds.h')
-rw-r--r-- | src/charon/plugins/nm/nm_creds.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/charon/plugins/nm/nm_creds.h b/src/charon/plugins/nm/nm_creds.h index 773f241cc..40cfb7776 100644 --- a/src/charon/plugins/nm/nm_creds.h +++ b/src/charon/plugins/nm/nm_creds.h @@ -45,11 +45,12 @@ struct nm_creds_t { void (*set_certificate)(nm_creds_t *this, certificate_t *cert); /** - * Set the users password for authentication. + * Set the username/password for authentication. * + * @param id ID of the user * @param password password to use for authentication */ - void (*set_password)(nm_creds_t *this, char *password); + void (*set_password)(nm_creds_t *this, identification_t *id, char *password); /** * Destroy a nm_creds instance. |