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

Contents of /hydra/src/hic.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (show annotations)
Sun Oct 6 09:42:50 2002 UTC (21 years, 5 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_8, hydra_0_0_9, hydra_0_0_7, hydra_0_1_2, hydra_0_1_1, hydra_0_1_0, hydra_0_0_10
Branch point for: hydra_0_1_0_patches
Changes since 1.6: +0 -1 lines
File MIME type: text/plain
The headers of HIC-CGIs are now parsed by the server.

1 #ifndef HIC_H
2 # define HIC_H
3
4 #include <defines.h>
5
6 typedef struct {
7 char **cgi_env;
8
9 int one_one;
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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26