/[hydra]/hydra/src/hic.h
ViewVC logotype

Contents of /hydra/src/hic.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.9 - (show annotations)
Wed Jan 22 07:51:50 2003 UTC (21 years, 2 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_1_7, hydra_0_1_6, hydra_0_1_4
Changes since 1.8: +1 -1 lines
File MIME type: text/plain
merged changes from 0.1.x branch.

1 #ifndef HIC_H
2 # define HIC_H
3
4 #include "defines.h"
5
6 typedef struct {
7 char **cgi_env;
8
9 int http_version;
10
11 int post_data_fd; /* the fd to read the post data from */
12 int out_fd; /* fd to send the output */
13
14 int status;
15 int bytes_sent;
16
17 char* path_translated;
18 } hic_stuff;
19
20 typedef void (*hic_shutdown_func)(void);
21 typedef void (*hic_init_func)(void);
22 typedef long (*hic_request_func)(hic_stuff*);
23
24 #endif
25
26 /* EOF */

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26