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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gemlog.h b/gemlog.h
index e74058b..e9cefa0 100644
--- a/gemlog.h
+++ b/gemlog.h
@@ -20,6 +20,9 @@ struct gemlog_entry **gemlog_readdir(const char *);
 /* html.c */
 int gemlog_write_html(struct gemlog_entry **, const char *);
 
+/* index_gmi.c */
+int gemlog_write_index(struct gemlog_entry **, const char *);
+
 /* free.c */
 void gemlog_entry_free(struct gemlog_entry *);
 void gemlog_entry_list_free(struct gemlog_entry **);