mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-20 10:26:51 +00:00
fix prototype
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13639 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d2821be945
commit
2472bddddf
@ -4613,7 +4613,7 @@ static void set_mflags(const char *flags, member_flag_t *f)
|
||||
|
||||
|
||||
|
||||
static void set_cflags(const char *flags, member_flag_t *f)
|
||||
static void set_cflags(const char *flags, uint32_t *f)
|
||||
{
|
||||
if (flags) {
|
||||
char *dup = strdup(flags);
|
||||
|
Loading…
x
Reference in New Issue
Block a user