summaryrefslogtreecommitdiffstats
path: root/src/nmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nmail.c')
-rw-r--r--src/nmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nmail.c b/src/nmail.c
index e9fbdb8..7b28aaa 100644
--- a/src/nmail.c
+++ b/src/nmail.c
@@ -35,7 +35,7 @@ char *b2s(int b) {
}
/* A callback function called once for each defined libnewmail mailbox */
-void cb(const char *spool, const void*user) {
+void cb(const char *spool, void*user) {
struct nm_spool* s = NULL;
struct nm_info i;
struct nm_status st;