summaryrefslogtreecommitdiffstats
path: root/libldetect.h
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-08-27 09:47:03 +0000
committerThierry Vignaud <tv@mandriva.org>2007-08-27 09:47:03 +0000
commit854fece86dce2de112b2fee8c4d3d1078d94e0ef (patch)
tree2c5380eb55aac3c615b9fc13072d06c0e9cc13b3 /libldetect.h
parentb94bfaf56130e26f2bb2761754adae6decbb43bc (diff)
downloadldetect-854fece86dce2de112b2fee8c4d3d1078d94e0ef.tar
ldetect-854fece86dce2de112b2fee8c4d3d1078d94e0ef.tar.gz
ldetect-854fece86dce2de112b2fee8c4d3d1078d94e0ef.tar.bz2
ldetect-854fece86dce2de112b2fee8c4d3d1078d94e0ef.tar.xz
ldetect-854fece86dce2de112b2fee8c4d3d1078d94e0ef.zip
use visibility in order to enforce exported ABI and to reduce code size
Diffstat (limited to 'libldetect.h')
-rw-r--r--libldetect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libldetect.h b/libldetect.h
index 2e663bb..4e9b2d1 100644
--- a/libldetect.h
+++ b/libldetect.h
@@ -1,3 +1,4 @@
+#pragma GCC visibility push(default)
#ifndef LIBLDETECT
#define LIBLDETECT
@@ -69,3 +70,4 @@ extern void dmi_entries_free(struct dmi_entries entries);
extern char *dmidecode_file;
#endif
+#pragma GCC visibility pop