diff options
Diffstat (limited to 'src/libimcv/imcv.h')
-rw-r--r-- | src/libimcv/imcv.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libimcv/imcv.h b/src/libimcv/imcv.h index 85c33502d..a1a5a5f43 100644 --- a/src/libimcv/imcv.h +++ b/src/libimcv/imcv.h @@ -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_ @}*/ |