diff options
Diffstat (limited to 'src/libpts/pts/pts.h')
-rw-r--r-- | src/libpts/pts/pts.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libpts/pts/pts.h b/src/libpts/pts/pts.h index 5f88cd15c..aad73c4b6 100644 --- a/src/libpts/pts/pts.h +++ b/src/libpts/pts/pts.h @@ -171,9 +171,10 @@ struct pts_t { /** * Set Platform and OS Info * - * @param info Platform and OS info + * @param name OS name + * @param version OS version */ - void (*set_platform_info)(pts_t *this, char *info); + void (*set_platform_info)(pts_t *this, chunk_t name, chunk_t version); /** * Get TPM 1.2 Version Info |