1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Remove obsolete finder_t typedef.

This commit is contained in:
hniksic 2003-11-27 15:34:32 -08:00
parent dfe1f43dc0
commit 8f286c1238

View File

@ -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.