move-link-prev(next)-line: Typo with cut-n-paste. s/line/last/.
[elinks.git] / src / protocol / file / cgi.h
blob72cd6a02b13fddd25bb3afcad47efda6e5876b5f
2 #ifndef EL__PROTOCOL_FILE_CGI_H
3 #define EL__PROTOCOL_FILE_CGI_H
5 struct connection;
6 struct module;
8 extern struct module cgi_protocol_module;
9 int execute_cgi(struct connection *);
11 #endif