aboutsummaryrefslogtreecommitdiffstats
path: root/ui-common.h
diff options
context:
space:
mode:
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 */