mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -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 {
|
||||
char *key;
|
||||
const char *key;
|
||||
enum bencoding_token key_type;
|
||||
enum bencoding_token value_type;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user