diff options
| -rw-r--r-- | rss.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -207,6 +207,7 @@ void rss_to_timeline(snac *user, const char *url) | |||
| 207 | void rss_process(void) | 207 | void rss_process(void) |
| 208 | /* parses all RSS from all users */ | 208 | /* parses all RSS from all users */ |
| 209 | { | 209 | { |
| 210 | #if 0 | ||
| 210 | xs *list = user_list(); | 211 | xs *list = user_list(); |
| 211 | const char *uid; | 212 | const char *uid; |
| 212 | 213 | ||
| @@ -226,4 +227,5 @@ void rss_process(void) | |||
| 226 | user_free(&user); | 227 | user_free(&user); |
| 227 | } | 228 | } |
| 228 | } | 229 | } |
| 230 | #endif | ||
| 229 | } | 231 | } |