From e42684ed2ee84301a0a458fe846e8e107d19bf96 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 10 Mar 2019 14:50:02 +0000 Subject: Media queries: Move css_parse_media_query to parse/mq.c file. It's now exposed in the mq.h header too. --- src/parse/mq.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/parse/mq.h') diff --git a/src/parse/mq.h b/src/parse/mq.h index 2940032..0e2f845 100644 --- a/src/parse/mq.h +++ b/src/parse/mq.h @@ -87,6 +87,10 @@ typedef struct css_mq_query { css_mq_cond *cond; } css_mq_query; +css_error css_parse_media_query(lwc_string **strings, + const uint8_t *mq, size_t len, + css_mq_query **media_out); + css_error css__mq_parse_media_list(lwc_string **strings, const parserutils_vector *vector, int *ctx, css_mq_query **media); -- cgit v1.2.3