mirror of
https://github.com/jambonz/freeswitch-modules.git
synced 2026-01-25 02:08:27 +00:00
12 lines
301 B
C++
12 lines
301 B
C++
#ifndef __MOD_DUB_TTS_VENDOR_PARSER_H__
|
|
#define __MOD_DUB_TTS_VENDOR_PARSER_H__
|
|
|
|
#include <string>
|
|
#include <vector>
|
|
#include <switch.h>
|
|
#include "common.h"
|
|
|
|
|
|
switch_status_t tts_vendor_parse_text(const std::string& say, std::string& url, std::string& body, std::vector<std::string>& headers);
|
|
|
|
#endif |