]> sjero.net Git - wget/commitdiff
[svn] Remove obsolete finder_t typedef.
authorhniksic <devnull@localhost>
Thu, 27 Nov 2003 23:34:32 +0000 (15:34 -0800)
committerhniksic <devnull@localhost>
Thu, 27 Nov 2003 23:34:32 +0000 (15:34 -0800)
src/retr.c

index 912af63a3aee11fc09da801dd413cdb127f77607..3796a3c62961a0f1a9c6fe4dd7e7bbc3c7f3b863 100644 (file)
@@ -269,8 +269,6 @@ fd_read_body (int fd, FILE *out, long *len, long restval, long expected,
   return res;
 }
 \f
-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.