From d59e69783b91feb5d3ee5d2ba802c279ecf021c5 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 26 Oct 1996 13:21:21 +0000 Subject: Include mx.h, fix a memory leak. svn path=/trunk/; revision=395 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index a34b0e43..34df7079 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -109,7 +109,7 @@ struct method int (*parse_response)(); /* response_parsing function */ int (*getauth)(); /* authorization fetcher */ int (*getrange)(); /* get message range to fetch */ - int *(*getsizes)(); /* get sizes of messages */ + int (*getsizes)(); /* get sizes of messages */ int (*is_old)(); /* check for old message */ int (*fetch)(); /* fetch a given message */ int (*trail)(); /* eat trailer of a message */ -- cgit v1.2.3