summary refs log tree commit diff stats
path: root/gemlog.h
diff options
context:
space:
mode:
authorAli Fardan <raiz@stellarbound.space>2020-11-04 09:53:05 +0300
committerAli Fardan <raiz@stellarbound.space>2020-11-04 09:53:05 +0300
commitb9b2ae68e26ef1b1b033d4231f8d7e53244cebff (patch)
tree8210c5f1c55ada6491f8bef2b7d13fdff99c5612 /gemlog.h
parent7ddf10843fa6c5247a809824344d391d7729fc73 (diff)
downloadgemlog-b9b2ae68e26ef1b1b033d4231f8d7e53244cebff.tar.gz
implement gemtext index generator
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 **);