0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-10-21 19:54:04 -04:00
Files
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