Add a prefix to the global visible tnc names to avoid name clashes, move to tncifimv
This commit is contained in:
@@ -52,6 +52,8 @@
|
||||
|
||||
#include "tncif.h"
|
||||
|
||||
#include <library.h>
|
||||
|
||||
typedef TNC_UInt32 TNC_IMVID;
|
||||
typedef TNC_UInt32 TNC_IMV_Action_Recommendation;
|
||||
typedef TNC_UInt32 TNC_IMV_Evaluation_Result;
|
||||
@@ -146,6 +148,8 @@ typedef TNC_Result (*TNC_IMV_ProvideBindFunctionPointer)(
|
||||
#define TNC_IMV_ACTION_RECOMMENDATION_ISOLATE 2
|
||||
#define TNC_IMV_ACTION_RECOMMENDATION_NO_RECOMMENDATION 3
|
||||
|
||||
extern enum_name_t *TNC_IMV_Action_Recommendation_names;
|
||||
|
||||
/* IMV Evaluation Result Values */
|
||||
|
||||
#define TNC_IMV_EVALUATION_RESULT_COMPLIANT 0
|
||||
@@ -154,6 +158,8 @@ typedef TNC_Result (*TNC_IMV_ProvideBindFunctionPointer)(
|
||||
#define TNC_IMV_EVALUATION_RESULT_ERROR 3
|
||||
#define TNC_IMV_EVALUATION_RESULT_DONT_KNOW 4
|
||||
|
||||
extern enum_name_t *TNC_IMV_Evaluation_Result_names;
|
||||
|
||||
/* Message Attribute ID Values */
|
||||
|
||||
#define TNC_ATTRIBUTEID_PREFERRED_LANGUAGE ((TNC_AttributeID) 0x00000001)
|
||||
|
||||
Reference in New Issue
Block a user