aboutsummaryrefslogtreecommitdiff
path: root/src/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/auth.h')
-rw-r--r--src/auth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auth.h b/src/auth.h
index 8813fc37..5f96f642 100644
--- a/src/auth.h
+++ b/src/auth.h
@@ -8,7 +8,7 @@ extern "C" {
#include "url.h"
-char *a_Auth_get_auth_str(const DilloUrl *request_url);
+const char *a_Auth_get_auth_str(const DilloUrl *request_url);
int a_Auth_do_auth(Dlist *auth_string, const DilloUrl *url);
void a_Auth_init(void);