aboutsummaryrefslogtreecommitdiff
path: root/rssd.h
blob: 9a7f0824511acc6f1a18d7f60c8cb28281f30967 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __RSSD_H
#define __RSSD_H

#include <mrss.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#define MAX_URL_LENGTH 2048

void chomp(char *);

#endif