From 178fb764cf7835f3e0090b1a970742678333f8af Mon Sep 17 00:00:00 2001 From: Sunil Nimmagadda Date: Mon, 7 Apr 2014 12:27:40 +0500 Subject: Fix clang warnings. offset is always long. --- pop3d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pop3d.h') 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 *); }; -- cgit v1.2.3