summary refs log tree commit diff stats
path: root/gemlog.h
diff options
context:
space:
mode:
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 **);