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

Contents of /hydra/src/hic.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations)
Mon Sep 30 18:18:52 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_4
Changes since 1.3: +2 -1 lines
File MIME type: text/plain
Some cleanups in server version string generation.

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26