mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[bittorrent] const in bencoding_dictionary_info
This commit is contained in:
parent
07fb70a4a3
commit
0f758ec5a4
@ -241,7 +241,7 @@ struct scanner_info bencoding_scanner_info = {
|
|||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
struct bencoding_dictionary_info {
|
struct bencoding_dictionary_info {
|
||||||
char *key;
|
const char *key;
|
||||||
enum bencoding_token key_type;
|
enum bencoding_token key_type;
|
||||||
enum bencoding_token value_type;
|
enum bencoding_token value_type;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user