backwards compat api
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15412 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
f3ec5531ef
commit
ebe4bebfdc
|
@ -78,6 +78,8 @@ static inline int zstr(const char *s) {
|
||||||
return (!s || *(s) == '\0');
|
return (!s || *(s) == '\0');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#define switch_strlen_zero(x) zstr(x)
|
||||||
|
#define switch_strlen_zero_buf(x) zstr_buf(x)
|
||||||
#define zstr_buf(s) (*(s) == '\0')
|
#define zstr_buf(s) (*(s) == '\0')
|
||||||
static inline switch_bool_t switch_is_moh(const char *s)
|
static inline switch_bool_t switch_is_moh(const char *s)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue