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);