One of mailcap tests failed because of changed implementation
[elinks.git] / src / protocol / user.h
blob4d153b0fb3a4f1c2b90582f82f2ee5e081daee07
1 #ifndef EL__PROTOCOL_USER_H
2 #define EL__PROTOCOL_USER_H
4 #include "main/module.h"
5 #include "protocol/protocol.h"
6 #include "terminal/terminal.h"
8 extern struct module user_protocol_module;
9 extern protocol_external_handler_T user_protocol_handler;
11 unsigned char *get_user_program(struct terminal *, unsigned char *, int);
13 #endif