mirror of
https://github.com/mirror/wget.git
synced 2025-02-24 10:41:01 +08:00
[svn] Remove obsolete finder_t typedef.
This commit is contained in:
parent
dfe1f43dc0
commit
8f286c1238
@ -269,8 +269,6 @@ fd_read_body (int fd, FILE *out, long *len, long restval, long expected,
|
|||||||
return res;
|
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
|
/* Read a hunk of data from FD, up until a terminator. The terminator
|
||||||
is whatever the TERMINATOR function determines it to be; for
|
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.
|
example, it can be a line of data, or the head of an HTTP response.
|
||||||
|
Loading…
Reference in New Issue
Block a user