diff options
author | Ali Fardan <raiz@stellarbound.space> | 2020-11-04 14:23:47 +0300 |
---|---|---|
committer | Ali Fardan <raiz@stellarbound.space> | 2020-11-04 14:23:47 +0300 |
commit | eb1a7e0e8d802423cc3aa1ff6db81923df2f3045 (patch) | |
tree | 10248a4a079d6d00ed1b418c3d3b6f87a906ad29 /gemlog.h | |
parent | b9b2ae68e26ef1b1b033d4231f8d7e53244cebff (diff) | |
download | gemlog-master.tar.gz |
Diffstat (limited to 'gemlog.h')
-rw-r--r-- | gemlog.h | 6 |
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 **); |