mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
[mod_managed] Fix Windows build
This commit is contained in:
@@ -4639,7 +4639,7 @@ SWITCH_DECLARE(switch_status_t) switch_digest_string(const char *digest_name, ch
|
||||
return status;
|
||||
}
|
||||
|
||||
char *switch_must_strdup(const char *_s)
|
||||
SWITCH_DECLARE(char *) switch_must_strdup(const char *_s)
|
||||
{
|
||||
char *s = strdup(_s);
|
||||
switch_assert(s);
|
||||
|
Reference in New Issue
Block a user