diff options
Diffstat (limited to 'src/charon/credentials/auth_info.h')
-rw-r--r-- | src/charon/credentials/auth_info.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/charon/credentials/auth_info.h b/src/charon/credentials/auth_info.h index 52433433a..161698a65 100644 --- a/src/charon/credentials/auth_info.h +++ b/src/charon/credentials/auth_info.h @@ -172,6 +172,11 @@ struct auth_info_t { void (*merge)(auth_info_t *this, auth_info_t *other); /** + * Purge all items in auth_info. + */ + void (*purge)(auth_info_t *this); + + /** * Check two auth_infos for equality. * * @param other other item to compaire against this |