summaryrefslogtreecommitdiffstats
path: root/src/suil_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/suil_internal.h')
-rw-r--r--src/suil_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/suil_internal.h b/src/suil_internal.h
index 62a5ace..4d4bfde 100644
--- a/src/suil_internal.h
+++ b/src/suil_internal.h
@@ -94,7 +94,7 @@ typedef SuilWrapper* (*SuilWrapperNewFunc)(SuilHost* host,
unsigned n_features);
/** Prototype for suil_wrapper_new in each module. */
-SUIL_API
+SUIL_LIB_EXPORT
SuilWrapper*
suil_wrapper_new(SuilHost* host,
const char* host_type_uri,