the upcoming 2.0 version
https://redmine.lighttpd.net/projects/lighttpd2
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
312 B
16 lines
312 B
13 years ago
|
#ifndef _LIGHTTPD_ANGEL_TYPEDEFS_H_
|
||
|
#define _LIGHTTPD_ANGEL_TYPEDEFS_H_
|
||
|
|
||
|
/* angel_proc.h */
|
||
|
|
||
|
typedef struct liErrorPipe liErrorPipe;
|
||
|
typedef struct liProc liProc;
|
||
|
|
||
|
/* angel_server.h */
|
||
|
|
||
|
typedef struct liServer liServer;
|
||
|
typedef struct liInstance liInstance;
|
||
|
typedef struct liInstanceConf liInstanceConf;
|
||
|
|
||
|
#endif
|