summaryrefslogtreecommitdiffstats
path: root/src/libcroco/cr-parser.c
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2017-02-22 11:34:15 +0000
committertavmjong-free <tavmjong@free.fr>2017-02-22 11:34:15 +0000
commitdd2c89e3d5892bd01981044a4aa2be74bce2d86f (patch)
tree8d55832e8419d39b2a8ad74448592672712f56b9 /src/libcroco/cr-parser.c
parentImprovements to fill between strokes and fill between many LPE's (diff)
downloadinkscape-dd2c89e3d5892bd01981044a4aa2be74bce2d86f.tar.gz
inkscape-dd2c89e3d5892bd01981044a4aa2be74bce2d86f.zip
Finish partially completed "cr_selector_parse_from_buf" and make it publicly accessible.
(bzr r15538)
Diffstat (limited to 'src/libcroco/cr-parser.c')
-rw-r--r--src/libcroco/cr-parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcroco/cr-parser.c b/src/libcroco/cr-parser.c
index 544b35ab0..4e50b5402 100644
--- a/src/libcroco/cr-parser.c
+++ b/src/libcroco/cr-parser.c
@@ -2002,7 +2002,7 @@ cr_parser_parse_simple_sels (CRParser * a_this,
*Returns CR_OK upon successful completion, an error
*code otherwise.
*/
-static enum CRStatus
+enum CRStatus
cr_parser_parse_selector (CRParser * a_this,
CRSelector ** a_selector)
{