aboutsummaryrefslogtreecommitdiff
path: root/rssd.h
blob: c244697ee9ceb24722691c9249a7efc9e2915026 (plain) (blame)
1
2
3
4
5
6
7
8
#include <mrss.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#define MAX_URL_LENGTH 2048

void chomp(char *);