From 537964d9b5819245e8760117fbd9984d23c05721 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 26 May 2024 15:13:45 +0000 Subject: library api's: _api_ (package information) namespace overhaul. --- include/tpax/tpax.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 } -- cgit v1.2.3