iconv: Bail out of the loop when an illegal sequence of bytes occurs.
[elinks/elinks-j605.git] / src / protocol / finger / finger.h
blobd0ebc1bd1ffa0a426423380c029884308f3474ea
2 #ifndef EL__PROTOCOL_FINGER_FINGER_H
3 #define EL__PROTOCOL_FINGER_FINGER_H
5 #include "main/module.h"
6 #include "protocol/protocol.h"
8 #ifdef CONFIG_FINGER
9 extern protocol_handler_T finger_protocol_handler;
10 #else
11 #define finger_protocol_handler NULL
12 #endif
14 extern struct module finger_protocol_module;
17 #endif