summaryrefslogtreecommitdiffstats
path: root/src/nmail.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-10-22 22:59:07 +0000
committerLennart Poettering <lennart@poettering.net>2003-10-22 22:59:07 +0000
commitf507edf2917fd39ba7d66eea0ff9b16c8d5ffa56 (patch)
tree8ae2cd6f85604c6b27532d9343c692e1ea671324 /src/nmail.c
parent52a7a526ac02a83952bff60fe25c3bbd967bb6f3 (diff)
some const fixes
git-svn-id: file:///home/lennart/svn/public/libnewmail/trunk@31 2d4e79f2-dfba-0310-a9f4-9628e67fcdf4
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;