A simple RSS feed downloader that saves items in a Maildir
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef SAVE_H_INC |
|
#define SAVE_H_INC |
|
|
|
#include "parse.h" |
|
|
|
int save_item(struct rss_item item, char *feedtitle); |
|
|
|
#endif
|
|
|