backwards compat api

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15412 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-11-10 23:21:09 +00:00
parent f3ec5531ef
commit ebe4bebfdc
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,8 @@ static inline int zstr(const char *s) {
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')
static inline switch_bool_t switch_is_moh(const char *s)
{