iconv: Bail out of the loop when an illegal sequence of bytes occurs.
[elinks/elinks-j605.git] / src / protocol / bittorrent / bencoding.h
blobfff353381e838abf48032973be50cb3172222502
2 #ifndef EL__PROTOCOL_BITTORRENT_BENCODING_H
3 #define EL__PROTOCOL_BITTORRENT_BENCODING_H
5 #include "protocol/bittorrent/common.h"
7 enum bittorrent_state
8 parse_bittorrent_metafile(struct bittorrent_meta *meta,
9 struct bittorrent_const_string *metafile);
11 enum bittorrent_state
12 parse_bittorrent_tracker_response(struct bittorrent_connection *bittorrent,
13 struct bittorrent_const_string *source);
15 #endif