1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00
elinks/src/protocol/file/cgi.h

20 lines
258 B
C
Raw Permalink Normal View History

#ifndef EL__PROTOCOL_FILE_CGI_H
#define EL__PROTOCOL_FILE_CGI_H
#ifdef __cplusplus
extern "C" {
#endif
struct connection;
2006-01-30 02:56:40 -05:00
struct module;
2006-01-30 02:56:40 -05:00
extern struct module cgi_protocol_module;
int execute_cgi(struct connection *);
#ifdef __cplusplus
}
#endif
#endif