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. --- src/driver/tpax_driver_ctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/driver/tpax_driver_ctx.c') 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; } -- cgit v1.2.3