summary refs log tree commit diff stats
path: root/gemlog.h
diff options
context:
space:
mode:
authorAli Fardan <raiz@stellarbound.space>2020-11-04 14:23:47 +0300
committerAli Fardan <raiz@stellarbound.space>2020-11-04 14:23:47 +0300
commiteb1a7e0e8d802423cc3aa1ff6db81923df2f3045 (patch)
tree10248a4a079d6d00ed1b418c3d3b6f87a906ad29 /gemlog.h
parentb9b2ae68e26ef1b1b033d4231f8d7e53244cebff (diff)
downloadgemlog-master.tar.gz
add HTML index generator HEAD master
Diffstat (limited to 'gemlog.h')
-rw-r--r--gemlog.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gemlog.h b/gemlog.h
index e9cefa0..841e914 100644
--- a/gemlog.h
+++ b/gemlog.h
@@ -23,6 +23,12 @@ int gemlog_write_html(struct gemlog_entry **, const char *);
 /* index_gmi.c */
 int gemlog_write_index(struct gemlog_entry **, const char *);
 
+/* index_html.c */
+int gemlog_write_html_index(struct gemlog_entry **, const char *);
+
+/* atom.c */
+int gemlog_write_atom(struct gemlog_entry **, const char *);
+
 /* free.c */
 void gemlog_entry_free(struct gemlog_entry *);
 void gemlog_entry_list_free(struct gemlog_entry **);