repo.or.cz
/
elinks
/
elinks-j605.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
SMJS: Use JS_THIS_OBJECT and JS_CALLEE, not argv[-1] and argv[-2]
[elinks/elinks-j605.git]
/
src
/
protocol
/
file
/
mailcap.h
blob
e3116be4437d17c25f1b21cbf545111a3124e362
1
#ifndef EL__PROTOCOL_FILE_MAILCAP_H
2
#define EL__PROTOCOL_FILE_MAILCAP_H
3
4
#include
"main/module.h"
5
#include
"protocol/protocol.h"
6
7
extern
struct
module mailcap_protocol_module
;
8
extern
protocol_handler_T mailcap_protocol_handler
;
9
10
#endif