fixes for power kernel 47 breaking temperature and voltage readings
[monky] / src / rss.h
1 /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */
2
3 #ifndef RSS_H_
4 #define RSS_H_
5
6 void rss_scan_arg(struct text_object *, const char *);
7 void rss_print_info(struct text_object *, char *, int);
8 void rss_free_obj_info(struct text_object *);
9
10 void rss_free_info(void);
11
12 #endif /*RSS_H_*/