summaryrefslogtreecommitdiff
path: root/libproto/nntp/folder.c
diff options
context:
space:
mode:
Diffstat (limited to 'libproto/nntp/folder.c')
-rw-r--r--libproto/nntp/folder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libproto/nntp/folder.c b/libproto/nntp/folder.c
index bdc16f557..8919a03cd 100644
--- a/libproto/nntp/folder.c
+++ b/libproto/nntp/folder.c
@@ -186,13 +186,13 @@ nntp_folder_destroy (mu_folder_t folder)
}
}
static int
nntp_folder_list (mu_folder_t folder, const char *ref, void *pat, int flags,
- size_t max_level, mu_list_t flist,
+ size_t max_depth, mu_list_t flist,
mu_folder_enumerate_fp efp, void *edp)
{
return ENOTSUP;
}
#else
#include <stdio.h>

Return to:

Send suggestions and report system problems to the System administrator.