[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 2/2] C API - Clean up spd_set_synthesis_voice function definition
From: |
Luke Yelavich |
Subject: |
[PATCH 2/2] C API - Clean up spd_set_synthesis_voice function definitions |
Date: |
Tue, 25 Aug 2009 15:04:12 +1000 |
From: Luke Yelavich <address@hidden>
To: address@hidden
Fixes a typo in the libspeechd header file.
---
src/c/api/libspeechd.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/c/api/libspeechd.h b/src/c/api/libspeechd.h
index 97b865e..173cee3 100644
--- a/src/c/api/libspeechd.h
+++ b/src/c/api/libspeechd.h
@@ -192,8 +192,8 @@ int spd_set_voice_type_all(SPDConnection*, SPDVoiceType
type);
int spd_set_voice_type_uid(SPDConnection*, SPDVoiceType type, unsigned int
uid);
int spd_set_synthesis_voice(SPDConnection*, const char *voice_name);
-int spd_set_synthesis_voice_type_all(SPDConnection*, const char *voice_name);
-int spd_set_synthesis_voice_type_uid(SPDConnection*, const char *voice_name,
unsigned int uid);
+int spd_set_synthesis_voice_all(SPDConnection*, const char *voice_name);
+int spd_set_synthesis_voice_uid(SPDConnection*, const char *voice_name,
unsigned int uid);
int spd_set_data_mode(SPDConnection *connection, SPDDataMode mode);
--
1.6.3.3