mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-20 14:54:17 +02:00
cleaned up prototypes
This commit gets rid of extra spaces in some function prototypes.
This commit is contained in:
parent
498ce65db7
commit
f973c9ec3f
1 changed files with 3 additions and 3 deletions
|
|
@ -60,10 +60,10 @@ extern void queue_add_text(char *txt, size_t length);
|
|||
extern void queue_process_entry(struct synth_t *s);
|
||||
extern int SynthCallback(short *wav, int numsamples, espeak_EVENT *events);
|
||||
extern espeak_ERROR set_frequency(struct synth_t *s, int freq, enum adjust_t adj);
|
||||
extern espeak_ERROR set_pitch (struct synth_t *s, int pitch, enum adjust_t adj);
|
||||
extern espeak_ERROR set_rate (struct synth_t *s, int rate, enum adjust_t adj);
|
||||
extern espeak_ERROR set_pitch(struct synth_t *s, int pitch, enum adjust_t adj);
|
||||
extern espeak_ERROR set_rate(struct synth_t *s, int rate, enum adjust_t adj);
|
||||
extern espeak_ERROR set_voice(struct synth_t *s);
|
||||
extern espeak_ERROR set_volume (struct synth_t *s, int vol, enum adjust_t adj);
|
||||
extern espeak_ERROR set_volume(struct synth_t *s, int vol, enum adjust_t adj);
|
||||
extern espeak_ERROR stop_speech(void);
|
||||
extern espeak_ERROR speak_text(struct synth_t *s);
|
||||
extern void open_softsynth(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue