From: Andreas Steffen Date: Wed, 29 May 2013 22:08:38 +0000 (+0200) Subject: Remove the constructor from the IMV agent interface X-Git-Tag: 5.1.0dr1~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea2663ec03cb48c91bfabcf347fe0b8fb22ba5ca;p=thirdparty%2Fstrongswan.git Remove the constructor from the IMV agent interface --- 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_ @}*/