diff options
Diffstat (limited to 'src/libcharon/tnc/imv/imv.h')
-rw-r--r-- | src/libcharon/tnc/imv/imv.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libcharon/tnc/imv/imv.h b/src/libcharon/tnc/imv/imv.h index 6d4769f7d..ca07473ae 100644 --- a/src/libcharon/tnc/imv/imv.h +++ b/src/libcharon/tnc/imv/imv.h @@ -122,6 +122,13 @@ struct imv_t { TNC_TNCS_BindFunctionPointer bindFunction); /** + * Sets the ID of an imv_t object. + * + * @param id IMV ID to be assigned + */ + void (*set_id)(imv_t *this, TNC_IMVID id); + + /** * Returns the ID of an imv_t object. * * @result IMV ID assigned by TNCS |