aboutsummaryrefslogtreecommitdiffstats
path: root/ui-common.h
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-05-15 07:56:30 +0000
committerJoursoir <chat@joursoir.net>2021-05-15 07:56:30 +0000
commitbdc12a5eb8e122eacf272f9f53c8912f42f3f571 (patch)
treed42c4b46a3d62715db960f2a22fbe2f329036b10 /ui-common.h
parent74deb2f3fc4e23ca73ea97059080fd87dfbba81e (diff)
downloadctimeline-bdc12a5eb8e122eacf272f9f53c8912f42f3f571.tar.gz
ctimeline-bdc12a5eb8e122eacf272f9f53c8912f42f3f571.tar.bz2
ctimeline-bdc12a5eb8e122eacf272f9f53c8912f42f3f571.zip
move code that generate html to sub-module 'ui-common'
* Generate new html-code
Diffstat (limited to 'ui-common.h')
-rw-r--r--ui-common.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/ui-common.h b/ui-common.h
new file mode 100644
index 0000000..efa509e
--- /dev/null
+++ b/ui-common.h
@@ -0,0 +1,10 @@
+#ifndef CTIMELINE_UI_COMMON_H
+#define CTIMELINE_UI_COMMON_H
+
+void print_http_headers();
+void print_document_start();
+void print_document_header();
+void print_timelines();
+void print_document_end();
+
+#endif /* CTIMELINE_UI_COMMON_H */