This website works better with JavaScript.
Home
Explore
Sign In
mahta.fetrat
/
HomoFast-eSpeak-Persian
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
spect.c: Fix -Wmissing-prototypes warnings.
master
Reece H. Dunn
7 years ago
parent
e6c75fa350
commit
e6db4c1779
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/libespeak-ng/spect.h
+ 1
- 1
src/libespeak-ng/spect.h
View File
@@ -124,7 +124,7 @@ typedef struct {
int file_format;
} SpectSeq;
SpectSeq *SpectSeqCreate();
SpectSeq *SpectSeqCreate(
void
);
void SpectSeqDestroy(SpectSeq *spect);
espeak_ng_STATUS LoadSpectSeq(SpectSeq *spect, const char *filename);
Write
Preview
Loading…
Cancel
Save