mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[dgi] compilation fix
This commit is contained in:
parent
443d42608d
commit
74b1967ce7
@ -11,9 +11,14 @@ extern "C" {
|
||||
struct connection;
|
||||
struct module;
|
||||
|
||||
#ifdef CONFIG_DGI
|
||||
extern struct module dgi_protocol_module;
|
||||
extern protocol_handler_T dgi_protocol_handler;
|
||||
int execute_dgi(struct connection *);
|
||||
#else
|
||||
#define dgi_protocol_handler NULL
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user