You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lighttpd1.4/src/network.h

14 lines
254 B
C

#ifndef _NETWORK_H_
#define _NETWORK_H_
#include "server.h"
int network_write_chunkqueue(server *srv, connection *con, chunkqueue *c);
int network_init(server *srv);
int network_close(server *srv);
int network_register_fdevents(server *srv);
#endif