summaryrefslogtreecommitdiffstats
path: root/art_alphagamma.h
diff options
context:
space:
mode:
Diffstat (limited to 'art_alphagamma.h')
-rw-r--r--art_alphagamma.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/art_alphagamma.h b/art_alphagamma.h
index f67f048..89bab9c 100644
--- a/art_alphagamma.h
+++ b/art_alphagamma.h
@@ -23,8 +23,10 @@
/* Alphagamma tables */
#ifdef LIBART_COMPILATION
+#include "art_config.h"
#include "art_misc.h"
#else
+#include <libart_lgpl/art_config.h>
#include <libart_lgpl/art_misc.h>
#endif
@@ -42,10 +44,10 @@ struct _ArtAlphaGamma {
art_u8 invtable[1];
};
-ArtAlphaGamma *
+LIBART_EXPORT ArtAlphaGamma *
art_alphagamma_new (double gamma);
-void
+LIBART_EXPORT void
art_alphagamma_free (ArtAlphaGamma *alphagamma);
#ifdef __cplusplus