FossilOrigin-Name: a6c847613fe332b9ed455f9dbb1eddbd22982347d09ce3f9ff10d910a45d846c
This commit is contained in:
nekobit 2022-06-24 00:12:12 +00:00
parent fc1292ea4b
commit 2ee00088ca
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ struct mstdnt_storage
struct mstdnt_args
{
char* url;
char* token;
const char* url;
const char* token;
uint8_t flags;
};