clear reason strings after delivering them

This commit is contained in:
Andreas Steffen
2011-06-15 13:53:53 +02:00
parent 96d0ff1237
commit 26691de27f
4 changed files with 24 additions and 0 deletions
@@ -108,6 +108,12 @@ struct recommendations_t {
* @return enumerator
*/
enumerator_t* (*create_reason_enumerator)(recommendations_t *this);
/**
* Clears all reason entries
*/
void (*clear_reasons)(recommendations_t *this);
/**
* Destroys an imv_t object.
*/