1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00
elinks/src/protocol/file/cgi.h
2006-01-30 08:56:40 +01:00

12 lines
189 B
C

#ifndef EL__PROTOCOL_FILE_CGI_H
#define EL__PROTOCOL_FILE_CGI_H
struct connection;
struct module;
extern struct module cgi_protocol_module;
int execute_cgi(struct connection *);
#endif