summaryrefslogtreecommitdiff
path: root/include/mailutils/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mailutils/auth.h')
-rw-r--r--include/mailutils/auth.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/mailutils/auth.h b/include/mailutils/auth.h
index b3b7be357..3433b6173 100644
--- a/include/mailutils/auth.h
+++ b/include/mailutils/auth.h
@@ -78,8 +78,10 @@ int mu_file_wicket_create (mu_wicket_t *pwicket, const char *filename);
struct mu_debug_locus;
int mu_wicket_stream_match_url (mu_stream_t stream, struct mu_debug_locus *loc,
- mu_url_t url, mu_url_t *pticket_url);
+ mu_url_t url, int parse_flags,
+ mu_url_t *pticket_url);
int mu_wicket_file_match_url (const char *name, mu_url_t url,
+ int parse_flags,
mu_url_t *pticket_url);

Return to:

Send suggestions and report system problems to the System administrator.