summaryrefslogtreecommitdiff
path: root/include/epoxy/egl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/epoxy/egl.h')
-rw-r--r--include/epoxy/egl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/epoxy/egl.h b/include/epoxy/egl.h
index a084f00..79e9bb4 100644
--- a/include/epoxy/egl.h
+++ b/include/epoxy/egl.h
@@ -45,8 +45,8 @@
EPOXY_BEGIN_DECLS
-bool epoxy_has_egl_extension(EGLDisplay dpy, const char *extension);
-int epoxy_egl_version(EGLDisplay dpy);
+EPOXY_PUBLIC bool epoxy_has_egl_extension(EGLDisplay dpy, const char *extension);
+EPOXY_PUBLIC int epoxy_egl_version(EGLDisplay dpy);
EPOXY_END_DECLS