mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
add 'const' qualifiers in various places where they should have been
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@193832 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -413,7 +413,7 @@ static size_t WriteMemoryCallback(void *ptr, size_t size, size_t nmemb, void *da
|
||||
return realsize;
|
||||
}
|
||||
|
||||
static const char *global_useragent = "asterisk-libcurl-agent/1.0";
|
||||
static const char * const global_useragent = "asterisk-libcurl-agent/1.0";
|
||||
|
||||
static int curl_instance_init(void *data)
|
||||
{
|
||||
|
Reference in New Issue
Block a user