Browse Source

spect.c: Fix -Wmissing-prototypes warnings.

master
Reece H. Dunn 7 years ago
parent
commit
e6db4c1779
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libespeak-ng/spect.h

+ 1
- 1
src/libespeak-ng/spect.h View File

int file_format; int file_format;
} SpectSeq; } SpectSeq;


SpectSeq *SpectSeqCreate();
SpectSeq *SpectSeqCreate(void);
void SpectSeqDestroy(SpectSeq *spect); void SpectSeqDestroy(SpectSeq *spect);
espeak_ng_STATUS LoadSpectSeq(SpectSeq *spect, const char *filename); espeak_ng_STATUS LoadSpectSeq(SpectSeq *spect, const char *filename);



Loading…
Cancel
Save