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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mailutils/auth.h b/include/mailutils/auth.h
index 04dbfd37c..998779b69 100644
--- a/include/mailutils/auth.h
+++ b/include/mailutils/auth.h
@@ -20,6 +20,7 @@
#define _MAILUTILS_AUTH_H
#include <mailutils/types.h>
+#include <mailutils/locus.h>
#ifdef __cplusplus
extern "C" {
@@ -77,7 +78,7 @@ int mu_wicket_set_get_ticket (mu_wicket_t wicket,
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_locus *loc,
+int mu_wicket_stream_match_url (mu_stream_t stream, struct mu_locus_point *loc,
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,

Return to:

Send suggestions and report system problems to the System administrator.