This commit is contained in:
Brian West 2015-09-30 16:04:09 -05:00
parent 8681d42167
commit 070291b44d
1 changed files with 4 additions and 0 deletions

View File

@ -4545,6 +4545,10 @@ struct file_string_context {
typedef struct file_string_context file_string_context_t;
#define FILE_STRING_OPEN "filestring::open"
#define FILE_STRING_CLOSE "filestring::close"
#define FILE_STRING_FAIL "filestring::fail"
static switch_status_t next_file(switch_file_handle_t *handle)
{
file_string_context_t *context = handle->private_info;