Mercurial > dillo_port1.3
view src/auth.h @ 1173:717058f63429
Removed the experimental font size adjuster patch (it slipped in by mistake)
author | Jorge Arellano Cid <jcid@dillo.org> |
---|---|
date | Mon, 15 Jun 2009 17:50:10 -0400 |
parents | f2280b602ff7 |
children |
line wrap: on
line source
#ifndef __AUTH_H__ #define __AUTH_H__ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #include "url.h" 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); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* !__AUTH_H__ */