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