repo.or.cz
/
elinks.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
big dialogs: set_curosr2 -> set_dlg_cursor.
[elinks.git]
/
src
/
protocol
/
data.h
blob
5e7e77ec5fb658c8ca6dee09205e2531faa1777e
1
#ifndef EL__PROTOCOL_DATA_H
2
#define EL__PROTOCOL_DATA_H
3
4
#include
"protocol/protocol.h"
5
6
#ifdef CONFIG_DATA
7
extern
protocol_handler_T data_protocol_handler
;
8
#else
9
#define data_protocol_handler NULL
10
#endif
11
12
#endif