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

Contents of /hydra/src/hic.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (show annotations)
Wed Oct 2 08:54:09 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_6, hydra_0_0_5
Changes since 1.5: +0 -1 lines
File MIME type: text/plain
Several changes to allow setting the correct query string in HIC cgis.

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* server_version;
18 char* path_translated;
19 } hic_stuff;
20
21 typedef void (*hic_shutdown_func)(void);
22 typedef void (*hic_init_func)(void);
23 typedef long (*hic_request_func)(hic_stuff*);
24
25 #endif

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26