summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2017-10-19 11:11:28 +0100
committerGitHub <noreply@github.com>2017-10-19 11:11:28 +0100
commit1b54e263eb112030b59c06f5daed0f75c8653cf3 (patch)
tree9600dcf02968cf23f9b375a28eda18c96ae72fde /include
parent1dc283e9a38d4d8a82e2e49b9b516276eb435c25 (diff)
parent4bde48e12cd0487ec2d2ad1383a912fd35541ac2 (diff)
downloadlibepoxy-1b54e263eb112030b59c06f5daed0f75c8653cf3.tar.gz
Merge pull request #136 from Lyude/pull/epoxy_ext_in_str
Expose epoxy_extension_in_string() in public headers
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 */