summaryrefslogtreecommitdiffstats
path: root/src/nmail-async.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nmail-async.c')
-rw-r--r--src/nmail-async.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nmail-async.c b/src/nmail-async.c
index 06f4d09..c32896d 100644
--- a/src/nmail-async.c
+++ b/src/nmail-async.c
@@ -58,7 +58,7 @@ void finish(void) {
}
/* A callback function which is called whenever a mail spool query finished */
-void cb_check(struct nm_spool *s, struct nm_status *status, const void *user) {
+void cb_check(struct nm_spool *s, struct nm_status *status, void *user) {
struct nm_info i;
static char txt[256];
@@ -101,7 +101,7 @@ finish:
}
/* The callback function for iterating through the mail spools available */
-void cb_list(const char *spool, const void *user) {
+void cb_list(const char *spool, void *user) {
struct nm_spool* s = NULL;
struct spool_ll* l = 0;