summaryrefslogtreecommitdiffstats
path: root/src/html.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-01 02:39:56 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-01 02:39:56 (EDT)
commit819a8ce31288c065be0160d23dd804ec3ea188d7 (patch)
tree56af50ff3b89b003dc7c123ed2705dc8344efd32 /src/html.h
parent524e712b8e2cf42caecf6b819db2f37cb6262c2b (diff)
downloadmarquee-819a8ce31288c065be0160d23dd804ec3ea188d7.zip
marquee-819a8ce31288c065be0160d23dd804ec3ea188d7.tar.gz
marquee-819a8ce31288c065be0160d23dd804ec3ea188d7.tar.bz2
mq_html_p(), mq_html_p_free(): New functions
Diffstat (limited to 'src/html.h')
-rw-r--r--src/html.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/html.h b/src/html.h
index d0bd8db..0aeefc0 100644
--- a/src/html.h
+++ b/src/html.h
@@ -28,6 +28,12 @@ gchar *
mq_html_document(const gchar *title, ...);
gchar *
+mq_html_p(gchar *text);
+
+gchar *
+mq_html_p_free(gchar *text);
+
+gchar *
mq_html_container(const gchar *element, ...);
gchar *