summaryrefslogtreecommitdiff
path: root/src/driver/tpax_driver_ctx.c
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-05-26 15:13:45 +0000
committermidipix <writeonce@midipix.org>2024-05-26 15:13:45 +0000
commit537964d9b5819245e8760117fbd9984d23c05721 (patch)
treeb62aa297070ade284b245f9a8650aaa6abcdcf11 /src/driver/tpax_driver_ctx.c
parent0ee4a827bc3b3a71234df5c44288d15ad697b724 (diff)
downloadtpax-537964d9b5819245e8760117fbd9984d23c05721.tar.bz2
tpax-537964d9b5819245e8760117fbd9984d23c05721.tar.xz
library api's: _api_ (package information) namespace overhaul.
Diffstat (limited to 'src/driver/tpax_driver_ctx.c')
-rw-r--r--src/driver/tpax_driver_ctx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/tpax_driver_ctx.c b/src/driver/tpax_driver_ctx.c
index f573523..8ab684d 100644
--- a/src/driver/tpax_driver_ctx.c
+++ b/src/driver/tpax_driver_ctx.c
@@ -609,7 +609,7 @@ void tpax_lib_free_driver_ctx(struct tpax_driver_ctx * ctx)
}
}
-const struct tpax_source_version * tpax_source_version(void)
+const struct tpax_source_version * tpax_api_source_version(void)
{
return &tpax_src_version;
}