Mercurial > dillo_port1.3
view src/auth.h @ 2149:9d1ff8be799c tip
disable 'Found font:' messages
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> |
---|---|
date | Sun, 24 Jul 2011 22:17:57 +0200 |
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__ */