#include #include #include "gemlog.h" int gemlog_write_atom(struct gemlog_entry **feed, const char *path) { (void)feed; (void)path; return -1; }