run.h

00001 /*
00002  * Copyright (c) 2005-2012 by KoanLogic s.r.l. <http://www.koanlogic.com>
00003  * All rights reserved.
00004  *
00005  * This file is part of KLone, and as such it is subject to the license stated
00006  * in the LICENSE file which you have received as part of this distribution.
00007  *
00008  * $Id: run.h,v 1.5 2006/01/09 12:38:38 tat Exp $
00009  */
00010 
00011 #ifndef _KLONE_RUN_H_
00012 #define _KLONE_RUN_H_
00013 
00014 #include <klone/request.h>
00015 #include <klone/response.h>
00016 
00017 #ifdef __cplusplus
00018 extern "C" {
00019 #endif
00020 
00021 /* run a dynamic object page */
00022 int run_page(const char *, request_t*, response_t*);
00023 
00024 #ifdef __cplusplus
00025 }
00026 #endif 
00027 
00028 #endif

←Products
Copyright © 2005-2012 - KoanLogic S.r.l. - All rights reserved