mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-02 14:31:57 +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_*/
|