summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/epoxy/common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/epoxy/common.h b/include/epoxy/common.h
index 902f9b2..cf58ab2 100644
--- a/include/epoxy/common.h
+++ b/include/epoxy/common.h
@@ -53,4 +53,11 @@ typedef unsigned char bool;
# include <stdbool.h>
#endif
+EPOXY_BEGIN_DECLS
+
+EPOXY_PUBLIC bool epoxy_extension_in_string(const char *extension_list,
+ const char *ext);
+
+EPOXY_END_DECLS
+
#endif /* EPOXY_COMMON_H */