2 #ifndef EL__PROTOCOL_BITTORRENT_BENCODING_H
3 #define EL__PROTOCOL_BITTORRENT_BENCODING_H
5 #include "protocol/bittorrent/common.h"
8 parse_bittorrent_metafile(struct bittorrent_meta
*meta
,
9 struct bittorrent_const_string
*metafile
);
12 parse_bittorrent_tracker_response(struct bittorrent_connection
*bittorrent
,
13 struct bittorrent_const_string
*source
);