summaryrefslogtreecommitdiff
path: root/src/parser/cr-selector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/cr-selector.h')
-rw-r--r--src/parser/cr-selector.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/parser/cr-selector.h b/src/parser/cr-selector.h
index 2a67ebf..1003fc9 100644
--- a/src/parser/cr-selector.h
+++ b/src/parser/cr-selector.h
@@ -70,6 +70,10 @@ struct _CRSelector
CRSelector*
cr_selector_new (CRSimpleSel *a_sel_expr) ;
+CRSelector *
+cr_selector_parse_from_buf (const guchar * a_char_buf,
+ enum CREncoding a_enc) ;
+
CRSelector*
cr_selector_append (CRSelector *a_this, CRSelector *a_new) ;