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

Annotation of /hydra/src/hic.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.9 - (hide annotations)
Wed Jan 22 07:51:50 2003 UTC (21 years, 3 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 nmav 1.1 #ifndef HIC_H
2     # define HIC_H
3    
4 andreou 1.8 #include "defines.h"
5 nmav 1.1
6     typedef struct {
7     char **cgi_env;
8    
9 nmav 1.9 int http_version;
10 nmav 1.1
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 nmav 1.4
17 nmav 1.5 char* path_translated;
18 nmav 1.1 } hic_stuff;
19    
20 nmav 1.2 typedef void (*hic_shutdown_func)(void);
21     typedef void (*hic_init_func)(void);
22     typedef long (*hic_request_func)(hic_stuff*);
23    
24 nmav 1.1 #endif
25 andreou 1.8
26     /* EOF */

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26