From c1343b3278cdf99533b7902744d15969f9d6fdc1 Mon Sep 17 00:00:00 2001 From: Yves-Alexis Perez Date: Wed, 2 Jan 2013 14:18:20 +0100 Subject: Imported Upstream version 5.0.1 --- src/libtnccs/tnc/imv/imv_recommendations.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/libtnccs/tnc/imv/imv_recommendations.h') diff --git a/src/libtnccs/tnc/imv/imv_recommendations.h b/src/libtnccs/tnc/imv/imv_recommendations.h index d694e16ae..e7fe355f7 100644 --- a/src/libtnccs/tnc/imv/imv_recommendations.h +++ b/src/libtnccs/tnc/imv/imv_recommendations.h @@ -67,6 +67,11 @@ struct recommendations_t { TNC_IMV_Action_Recommendation *rec, TNC_IMV_Evaluation_Result *eval); + /** + * Clear all recommendation information + */ + void (*clear_recommendation)(recommendations_t *this); + /** * Get the preferred language for remediation messages * @@ -109,11 +114,6 @@ struct recommendations_t { */ enumerator_t* (*create_reason_enumerator)(recommendations_t *this); - /** - * Clears all reason entries - */ - void (*clear_reasons)(recommendations_t *this); - /** * Destroys an imv_t object. */ -- cgit v1.2.3