move-link-prev(next)-line: Typo with cut-n-paste. s/line/last/.
[elinks.git] / src / protocol / data.h
blob5e7e77ec5fb658c8ca6dee09205e2531faa1777e
1 #ifndef EL__PROTOCOL_DATA_H
2 #define EL__PROTOCOL_DATA_H
4 #include "protocol/protocol.h"
6 #ifdef CONFIG_DATA
7 extern protocol_handler_T data_protocol_handler;
8 #else
9 #define data_protocol_handler NULL
10 #endif
12 #endif