http.c: use buffer.h
This commit is contained in:
parent
6456ac58bc
commit
dcd515b4b1
3 changed files with 25 additions and 39 deletions
2
dlight.c
2
dlight.c
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Reference in a new issue