implemented create_reason_enumerator() function
This commit is contained in:
@@ -101,6 +101,13 @@ struct recommendations_t {
|
||||
TNC_Result (*set_reason_language)(recommendations_t *this, TNC_IMVID id,
|
||||
chunk_t reason_lang);
|
||||
|
||||
/**
|
||||
* Enumerates over all IMVs sending a reason string.
|
||||
* Format: TNC_IMVID *id, chunk_t *reason, chunk_t *reason_language
|
||||
*
|
||||
* @return enumerator
|
||||
*/
|
||||
enumerator_t* (*create_reason_enumerator)(recommendations_t *this);
|
||||
/**
|
||||
* Destroys an imv_t object.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user