aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-sexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-sexp.h')
-rw-r--r--e-util/e-sexp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/e-util/e-sexp.h b/e-util/e-sexp.h
index 885a2369b9..1030531133 100644
--- a/e-util/e-sexp.h
+++ b/e-util/e-sexp.h
@@ -112,4 +112,8 @@ ESExpResult *e_sexp_term_eval (struct _ESExp *f, struct _ESExpTerm *t);
ESExpResult *e_sexp_result_new (int type);
void e_sexp_result_free (struct _ESExpResult *t);
+/* utility functions for creating s-exp strings. */
+void e_sexp_encode_bool(GString *s, gboolean state);
+void e_sexp_encode_string(GString *s, const char *string);
+
#endif /* _E_SEXP_H */