diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2008-12-20 20:31:44 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2008-12-20 20:31:44 -0300 |
commit | 98c25153adbd82548b67c18f098bb68835bfa329 (patch) | |
tree | a11565a2feae955b78269a60d9fdc87b247a6688 /src/auth.h | |
parent | 9b532026d3fc5c379827351c4da8b219012cb1c7 (diff) |
Minor fixes in auth.c
Diffstat (limited to 'src/auth.h')
-rw-r--r-- | src/auth.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |