From: hniksic Date: Thu, 27 Nov 2003 23:34:32 +0000 (-0800) Subject: [svn] Remove obsolete finder_t typedef. X-Git-Tag: v1.13~1360 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=8f286c1238c02e396970f9e0b544cc0fcde0a5c7 [svn] Remove obsolete finder_t typedef. --- 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.