77103880363e2cbbcdff5934f5950db86bce4612
2 * Copyright (C) 2011 Andreas Steffen, HSR Hochschule fuer Technik Rapperswil
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License as published by the
6 * Free Software Foundation; either version 2 of the License, or (at your
7 * option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
9 * This program is distributed in the hope that it will be useful, but
10 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 * @defgroup libimcv libimcv
18 * @defgroup libimcv_imc imc
21 * @defgroup libimcv_imv imv
24 * @defgroup pa_tnc pa_tnc
27 * @defgroup libimcv_plugins plugins
37 #include "pa_tnc/pa_tnc_attr_manager.h"
38 #include "imv/imv_database.h"
39 #include "imv/imv_session_manager.h"
46 * @param is_imv TRUE if called by IMV, FALSE if by IMC
47 * @return FALSE if initialization failed
49 bool libimcv_init(bool is_imv
);
52 * Deinitialize libimcv.
54 void libimcv_deinit(void);
57 * PA-TNC attribute manager
59 extern pa_tnc_attr_manager_t
* imcv_pa_tnc_attributes
;
62 * Global IMV database object
64 extern imv_database_t
* imcv_db
;
67 * Global IMV session manager
69 extern imv_session_manager_t
* imcv_sessions
;
71 #endif /** IMCV_H_ @}*/