From ea2663ec03cb48c91bfabcf347fe0b8fb22ba5ca Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Thu, 30 May 2013 00:08:38 +0200 Subject: [PATCH] Remove the constructor from the IMV agent interface --- src/libimcv/imv/imv_agent_if.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/libimcv/imv/imv_agent_if.h b/src/libimcv/imv/imv_agent_if.h index 175cf6880c..2668afa8f1 100644 --- a/src/libimcv/imv/imv_agent_if.h +++ b/src/libimcv/imv/imv_agent_if.h @@ -106,14 +106,4 @@ struct imv_agent_if_t { }; -/** - * Creates the an IMV agent - * - * @param name Name of the IMV - * @param id ID of the IMV - * @param actual_version TNC IF-IMV version - */ -imv_agent_if_t* imv_agent_if_create(const char* name, TNC_IMVID id, - TNC_Version *actual_version); - #endif /** IMV_AGENT_IF_H_ @}*/ -- 2.47.2