From 2baf678ee420b74c3b08a225f111787645ac18a6 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 29 May 2025 21:07:22 +0000 Subject: code base: set the visilbity of internal library interfaces to hidden. --- src/internal/perk_dprintf_impl.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/internal/perk_dprintf_impl.c') diff --git a/src/internal/perk_dprintf_impl.c b/src/internal/perk_dprintf_impl.c index 30d3d11..8e834e4 100644 --- a/src/internal/perk_dprintf_impl.c +++ b/src/internal/perk_dprintf_impl.c @@ -4,7 +4,9 @@ #include #include -int pe_dprintf(int fd, const char * fmt, ...) +#include "perk_visibility_impl.h" + +perk_hidden int pe_dprintf(int fd, const char * fmt, ...) { int ret; int cnt; -- cgit v1.2.3