Unification of protocol handler names.
[elinks.git] / src / protocol / file / mailcap.h
blobe3116be4437d17c25f1b21cbf545111a3124e362
1 #ifndef EL__PROTOCOL_FILE_MAILCAP_H
2 #define EL__PROTOCOL_FILE_MAILCAP_H
4 #include "main/module.h"
5 #include "protocol/protocol.h"
7 extern struct module mailcap_protocol_module;
8 extern protocol_handler_T mailcap_protocol_handler;
10 #endif