summary refs log tree commit diff stats
path: root/atom.c
diff options
context:
space:
mode:
Diffstat (limited to 'atom.c')
-rw-r--r--atom.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/atom.c b/atom.c
new file mode 100644
index 0000000..818ed46
--- /dev/null
+++ b/atom.c
@@ -0,0 +1,13 @@
+#include <time.h>
+
+#include <gemtext.h>
+
+#include "gemlog.h"
+
+int
+gemlog_write_atom(struct gemlog_entry **feed, const char *path)
+{
+	(void)feed;
+	(void)path;
+	return -1;
+}