aboutsummaryrefslogtreecommitdiff
path: root/src/auth.h
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2008-12-20 20:31:44 -0300
committerJorge Arellano Cid <jcid@dillo.org>2008-12-20 20:31:44 -0300
commit98c25153adbd82548b67c18f098bb68835bfa329 (patch)
treea11565a2feae955b78269a60d9fdc87b247a6688 /src/auth.h
parent9b532026d3fc5c379827351c4da8b219012cb1c7 (diff)
Minor fixes in auth.c
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);