mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-20 03:51:18 +00:00
11 lines
163 B
C
11 lines
163 B
C
|
#ifndef RSS_H_
|
||
|
#define RSS_H_
|
||
|
|
||
|
#include "prss.h"
|
||
|
|
||
|
PRSS *get_rss_info(char *uri, int delay);
|
||
|
void init_rss_info(void);
|
||
|
void free_rss_info(void);
|
||
|
|
||
|
#endif /*RSS_H_*/
|