X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fretr.c;h=3796a3c62961a0f1a9c6fe4dd7e7bbc3c7f3b863;hb=8f286c1238c02e396970f9e0b544cc0fcde0a5c7;hp=912af63a3aee11fc09da801dd413cdb127f77607;hpb=dfe1f43dc0bbdd63efa1dd4649152cc9f6e3999c;p=wget diff --git a/src/retr.c b/src/retr.c index 912af63a..3796a3c6 100644 --- a/src/retr.c +++ b/src/retr.c @@ -269,8 +269,6 @@ fd_read_body (int fd, FILE *out, long *len, long restval, long expected, return res; } -typedef const char *(*finder_t) PARAMS ((const char *, int, int)); - /* Read a hunk of data from FD, up until a terminator. The terminator is whatever the TERMINATOR function determines it to be; for example, it can be a line of data, or the head of an HTTP response.