add emacs indentation variables to source files in line with current vim settings
[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 #include "prss.h"
7
8 void rss_free_info(void);
9 void rss_process_info(char *p, int p_max_size, char *uri, char *action, int
10                 act_par, int interval, unsigned int nrspaces);
11
12 #endif /*RSS_H_*/