summary refs log tree commit diff stats
path: root/atom.c
blob: 818ed46b1c74d7cac6f01b9f5e8b8bc31a5a4b52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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;
}