introduced a PA-TNC attribute manager

This commit is contained in:
Andreas Steffen
2011-09-10 22:39:56 +02:00
parent cf8fd42c77
commit 74eb850dc0
19 changed files with 570 additions and 207 deletions
+7
View File
@@ -25,6 +25,8 @@
#ifndef IMCV_H_
#define IMCV_H_
#include "pa_tnc/pa_tnc_attr_manager.h"
#include <library.h>
/**
@@ -39,4 +41,9 @@ bool libimcv_init(void);
*/
void libimcv_deinit(void);
/**
* PA-TNC attribute manager
*/
extern pa_tnc_attr_manager_t* imcv_pa_tnc_attributes;
#endif /** IMCV_H_ @}*/