mirror of
https://github.com/rkd77/elinks.git
synced 2025-10-21 19:54:04 -04:00
[bittorrent] const in bencoding_dictionary_info
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user