diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/tpax/tpax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tpax/tpax.h b/include/tpax/tpax.h index ac7745a..6a43415 100644 --- a/include/tpax/tpax.h +++ b/include/tpax/tpax.h @@ -180,7 +180,7 @@ tpax_api int tpax_io_create_tmpfs_snapshot (const struct tpax_driver_ctx *, int const struct stat *); /* package info */ -tpax_api const struct tpax_source_version * tpax_source_version(void); +tpax_api const struct tpax_source_version * tpax_api_source_version(void); #ifdef __cplusplus } |