From 8f286c1238c02e396970f9e0b544cc0fcde0a5c7 Mon Sep 17 00:00:00 2001 From: hniksic Date: Thu, 27 Nov 2003 15:34:32 -0800 Subject: [PATCH] [svn] Remove obsolete finder_t typedef. --- src/retr.c | 2 -- 1 file changed, 2 deletions(-) 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. -- 2.39.2