| @@ -877,7 +877,6 @@ ESPEAK_NG_API espeak_ng_STATUS espeak_ng_Synchronize(void) | |||
| } | |||
| extern void FreePhData(void); | |||
| extern void FreeVoiceList(void); | |||
| ESPEAK_NG_API espeak_ng_STATUS espeak_ng_Terminate(void) | |||
| { | |||
| @@ -86,6 +86,7 @@ espeak_ng_STATUS DoVoiceChange(voice_t *v); | |||
| void WavegenSetVoice(voice_t *v); | |||
| void ReadTonePoints(char *string, int *tone_pts); | |||
| void VoiceReset(int control); | |||
| void FreeVoiceList(void); | |||
| #ifdef __cplusplus | |||
| } | |||