Browse Source

voices.c: Fix -Wmissing-prototypes warnings.

master
Reece H. Dunn 7 years ago
parent
commit
5c14e92f6b
2 changed files with 1 additions and 1 deletions
  1. 0
    1
      src/libespeak-ng/speech.c
  2. 1
    0
      src/libespeak-ng/voice.h

+ 0
- 1
src/libespeak-ng/speech.c View File

@@ -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)
{

+ 1
- 0
src/libespeak-ng/voice.h View File

@@ -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
}

Loading…
Cancel
Save