moved tnc_imv plugin to libtnccs thanks to recommendation callback function
This commit is contained in:
@@ -32,11 +32,11 @@
|
||||
* @param server Server identity
|
||||
* @param peer Client identity
|
||||
* @param transport Underlying IF-T transport protocol
|
||||
* @param cb Callback function if TNC Server, NULL if TNC Client
|
||||
* @return TNC_IF_TNCCS 2.0 protocol stack
|
||||
*/
|
||||
tnccs_t* tnccs_20_create(bool is_server,
|
||||
identification_t *server,
|
||||
identification_t *peer,
|
||||
tnc_ift_type_t transport);
|
||||
identification_t *server, identification_t *peer,
|
||||
tnc_ift_type_t transport, tnccs_cb_t cb);
|
||||
|
||||
#endif /** TNCCS_20_H_ @}*/
|
||||
|
||||
Reference in New Issue
Block a user