summaryrefslogtreecommitdiff
path: root/src/internal/tpax_errinfo_impl.c
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-05-25 15:39:09 +0000
committermidipix <writeonce@midipix.org>2024-05-25 17:46:48 +0000
commit538329318964e4bfb420b6787f0f30c39ec3394c (patch)
tree72e5b015482bba2a48b84518039f327a15872834 /src/internal/tpax_errinfo_impl.c
parent1e49c7f2662513c72ddb63215519417b169ad75d (diff)
downloadtpax-538329318964e4bfb420b6787f0f30c39ec3394c.tar.bz2
tpax-538329318964e4bfb420b6787f0f30c39ec3394c.tar.xz
code base: set the visilbity of internal library interfaces to hidden.
Diffstat (limited to 'src/internal/tpax_errinfo_impl.c')
-rw-r--r--src/internal/tpax_errinfo_impl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/internal/tpax_errinfo_impl.c b/src/internal/tpax_errinfo_impl.c
index 5fd2247..0e68f51 100644
--- a/src/internal/tpax_errinfo_impl.c
+++ b/src/internal/tpax_errinfo_impl.c
@@ -7,8 +7,9 @@
#include <tpax/tpax.h>
#include "tpax_driver_impl.h"
#include "tpax_errinfo_impl.h"
+#include "tpax_visibility_impl.h"
-int tpax_record_error(
+tpax_hidden int tpax_record_error(
const struct tpax_driver_ctx * dctx,
int esyscode,
int elibcode,