KLone APIs | Modules | Data Structures | File List | Data Fields | Globals

access.h

Go to the documentation of this file.
00001 #ifndef _KLONE_ACCESS_
00002 #define _KLONE_ACCESS_
00003 #include <u/libu.h>
00004 #include <klone/header.h>
00005 #include <klone/request.h>
00006 #include <klone/response.h>
00007 
00008 int access_log(http_t*, u_config_t *, request_t *, response_t *);
00009 
00010 #endif