summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.h b/common.h
index 1602cf3..8a984e2 100644
--- a/common.h
+++ b/common.h
@@ -1,3 +1,5 @@
+#pragma GCC visibility push(hidden)
+
#ifndef LIBLDETECT_COMMON
#define LIBLDETECT_COMMON
@@ -27,3 +29,4 @@ extern fh fh_open(const char *name) NON_EXPORTED;
#define fh_close(f) gzclose(f);
#endif
+#pragma GCC visibility pop