From 279932401cb1e799f2e8bdae7eae47b788c3001d Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 22 Feb 2024 06:13:35 +0000 Subject: internals: slbt_is_strong_coff_symbol(): from _static_ to a _hidden_ function. --- src/internal/slibtool_pecoff_impl.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/internal/slibtool_pecoff_impl.h (limited to 'src/internal/slibtool_pecoff_impl.h') diff --git a/src/internal/slibtool_pecoff_impl.h b/src/internal/slibtool_pecoff_impl.h new file mode 100644 index 0000000..e18b5af --- /dev/null +++ b/src/internal/slibtool_pecoff_impl.h @@ -0,0 +1,6 @@ +#ifndef SLIBTOOL_PECOFF_IMPL_H +#define SLIBTOOL_PECOFF_IMPL_H + +int slbt_is_strong_coff_symbol(const char *); + +#endif -- cgit v1.2.3