summaryrefslogtreecommitdiff
path: root/pop3d.h
diff options
context:
space:
mode:
authorSunil Nimmagadda <sunil@nimmagadda.net>2014-04-07 12:27:40 +0500
committerSunil Nimmagadda <sunil@nimmagadda.net>2014-04-07 12:27:40 +0500
commit178fb764cf7835f3e0090b1a970742678333f8af (patch)
treea4030b447955b9d6adf468147fb608cacb9ecd8d /pop3d.h
parent82879323268fdd0d2eb08b5fd4f84407543466d9 (diff)
Fix clang warnings. offset is always long.
Diffstat (limited to 'pop3d.h')
-rw-r--r--pop3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop3d.h b/pop3d.h
index f8f6881..5697dbb 100644
--- a/pop3d.h
+++ b/pop3d.h
@@ -104,7 +104,7 @@ struct list_res {
struct m_backend {
int (*init)(struct mdrop *, size_t *, size_t *);
- int (*retr)(struct mdrop *, unsigned int, size_t *, size_t *);
+ int (*retr)(struct mdrop *, unsigned int, size_t *, long *);
int (*update)(struct mdrop *);
};