Added function to clear all credentials from mem_cred_t.

This commit is contained in:
Tobias Brunner
2010-10-14 17:36:19 +02:00
parent 8a47cd909b
commit 5232ebb1b4
2 changed files with 28 additions and 6 deletions
@@ -58,6 +58,11 @@ struct mem_cred_t {
*/
void (*add_shared)(mem_cred_t *this, shared_key_t *shared, ...);
/**
* Clear all credentials from the credential set.
*/
void (*clear)(mem_cred_t *this);
/**
* Destroy a mem_cred_t.
*/