mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
12 lines
189 B
C
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
|