/[hydra]/hydra/contrib/sapi-hydra/php_hydra.h
ViewVC logotype

Contents of /hydra/contrib/sapi-hydra/php_hydra.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Fri Sep 27 21:09:24 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_1_6_without_hic, hydra_0_0_8, hydra_0_0_9, hydra_0_0_3, hydra_0_0_6, hydra_0_0_7, hydra_0_0_4, hydra_0_0_5, hydra_0_1_3, hydra_0_1_2, hydra_0_1_1, hydra_0_1_0, hydra_0_1_7, hydra_0_1_6, hydra_0_1_4, hydra_0_0_10
Branch point for: hydra_0_1_0_patches
File MIME type: text/plain
Added SAPI files for PHP4

1 /*
2 +----------------------------------------------------------------------+
3 | PHP Version 4 |
4 +----------------------------------------------------------------------+
5 | Copyright (c) 1997-2002 The PHP Group |
6 +----------------------------------------------------------------------+
7 | This source file is subject to version 2.02 of the PHP license, |
8 | that is bundled with this package in the file LICENSE, and is |
9 | available at through the world-wide-web at |
10 | http://www.php.net/license/2_02.txt. |
11 | If you did not receive a copy of the PHP license and are unable to |
12 | obtain it through the world-wide-web, please send a note to |
13 | license@php.net so we can mail you a copy immediately. |
14 +----------------------------------------------------------------------+
15 | Author: Sascha Schumann <sascha@schumann.cx> |
16 +----------------------------------------------------------------------+
17 */
18
19 #ifndef PHP_HYDRA_H
20 #define PHP_HYDRA_H
21
22 #include <sys/types.h>
23 #include <sys/stat.h>
24 #include <hic.h>
25
26 void _php_hic_shutdown(void);
27 void _php_hic_init(void);
28 off_t _php_hic_request(hic_stuff *hc);
29
30 #endif

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26