introduced a PA-TNC attribute manager
This commit is contained in:
@@ -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_ @}*/
|
||||
|
||||
Reference in New Issue
Block a user