Archived
1
0
Fork 0

http.c: use buffer.h

This commit is contained in:
Henrik Hautakoski 2011-10-25 15:21:21 +02:00
parent 6456ac58bc
commit dcd515b4b1
3 changed files with 25 additions and 39 deletions

View file

@ -80,7 +80,7 @@ static void process_items(rss_t rss, struct target *t) {
static void process(struct cconf *config) {
int i;
struct http_data *data;
struct buffer *data;
dlhist_purge(DLHIST_PURGE_INTERVAL);