Work on acceptance tests.
[agg.git] / fs.h
blob059a45d365cc7d43582073f937333ab180b2c8ac
1 #ifndef AGG_FS_H
2 #define AGG_FS_H
4 void set_item_title(const char*);
5 void set_item_desc(const char*);
6 void set_item_date(const char*);
7 void set_item_link(const char*);
9 void feed_open(const char*);
10 void feed_flush();
12 void item_flush();
14 #endif