Browse Source

Fix -Wmissing-prototypes warnings.

master
Reece H. Dunn 4 years ago
parent
commit
f581436deb
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/libespeak-ng/sPlayer.h

+ 2
- 2
src/libespeak-ng/sPlayer.h View File

@@ -9,8 +9,8 @@
extern "C" {
#endif

void KlattInitSP();
void KlattResetSP();
void KlattInitSP(void);
void KlattResetSP(void);
int Wavegen_KlattSP(WGEN_DATA *wdata, voice_t *wvoice, int length, int resume, frame_t *fr1, frame_t *fr2);

#ifdef __cplusplus

Loading…
Cancel
Save