diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2014-07-11 07:23:31 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2014-07-11 07:23:31 +0200 |
commit | 81c63b0eed39432878f78727f60a1e7499645199 (patch) | |
tree | 82387d8fecd1c20788fd8bd784a9b0bde091fb6b /src/libimcv/imv/imv_database.h | |
parent | c5ebfc7b9c16551fe825dc1d79c3f7e2f096f6c9 (diff) | |
download | vyos-strongswan-81c63b0eed39432878f78727f60a1e7499645199.tar.gz vyos-strongswan-81c63b0eed39432878f78727f60a1e7499645199.zip |
Imported Upstream version 5.2.0
Diffstat (limited to 'src/libimcv/imv/imv_database.h')
-rw-r--r-- | src/libimcv/imv/imv_database.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/libimcv/imv/imv_database.h b/src/libimcv/imv/imv_database.h index 48a3ded9e..79551cc79 100644 --- a/src/libimcv/imv/imv_database.h +++ b/src/libimcv/imv/imv_database.h @@ -56,26 +56,6 @@ struct imv_database_t { void (*remove_session)(imv_database_t *this, imv_session_t *session); /** - * Add product information string to a session database entry - * - * @param session Session - * @param product Product information string - * @return Product ID - */ - int (*add_product)(imv_database_t *this, imv_session_t *session, - char *product); - - /** - * Add device identification to a session database entry - * - * @param session Session - * @param device Device identification - * @return Device ID - */ - int (*add_device)(imv_database_t *this, imv_session_t *session, - chunk_t device); - - /** * Add final recommendation to a session database entry * * @param session Session |