aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-26 13:21:21 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-26 13:21:21 +0000
commitd59e69783b91feb5d3ee5d2ba802c279ecf021c5 (patch)
tree3757e936897981afc9136dd3cff7cf8981a3d89a /fetchmail.h
parente700d27f62f10357b82737d8086982b31f5aa652 (diff)
downloadfetchmail-d59e69783b91feb5d3ee5d2ba802c279ecf021c5.tar.gz
fetchmail-d59e69783b91feb5d3ee5d2ba802c279ecf021c5.tar.bz2
fetchmail-d59e69783b91feb5d3ee5d2ba802c279ecf021c5.zip
Include mx.h, fix a memory leak.
svn path=/trunk/; revision=395
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
1 files changed, 1 insertions, 1 deletions
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 */