summaryrefslogtreecommitdiff
path: root/src/cr-term.h
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@src.gnome.org>2003-03-19 00:29:17 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-03-19 00:29:17 +0000
commit153f41b4116c4fbc732b0071a24822466accdea4 (patch)
tree7ffd4be774c2e221e4b411efa4f7c367592ab633 /src/cr-term.h
parent9593026d792518aae19eabb79524f3b3702782fc (diff)
downloadlibcroco-153f41b4116c4fbc732b0071a24822466accdea4.tar.gz
added a cr_term_to_string() fonction to support in memory dump of css2 expressions.
The former cr_term_dump() function is now based on cr_term_to_string().
Diffstat (limited to 'src/cr-term.h')
-rw-r--r--src/cr-term.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cr-term.h b/src/cr-term.h
index fad2e50..ffa1b2b 100644
--- a/src/cr-term.h
+++ b/src/cr-term.h
@@ -181,6 +181,10 @@ cr_term_append_term (CRTerm *a_this, CRTerm *a_new_term) ;
CRTerm *
cr_term_prepend_term (CRTerm *a_this, CRTerm *a_new_term) ;
+
+guchar *
+cr_term_to_string (CRTerm *a_this) ;
+
void
cr_term_dump (CRTerm *a_this, FILE *a_fp) ;