speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Add a missing prototype to festival_client.h.


From: Christopher Brannon
Subject: [PATCH] Add a missing prototype to festival_client.h.
Date: Wed, 8 Sep 2010 20:23:59 -0500

We need a prototype for lisp_list_get_vec in festival_client.h,
since festival_client.c exports this function.
---
 src/modules/festival_client.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/modules/festival_client.h b/src/modules/festival_client.h
index 5cd5784..f7d772f 100644
--- a/src/modules/festival_client.h
+++ b/src/modules/festival_client.h
@@ -133,5 +133,6 @@ int save_FT_Wave_snd(FT_Wave *wave, const char *filename);
 FT_Wave* festivalGetDataMulti(FT_Info *info, char **callback, int *stop_flag, 
int stop_by_close);
 
 int festival_check_info(FT_Info *info, char *fnname);
+char** lisp_list_get_vect(char* expr);
 int festival_read_response(FT_Info *info, char **expr);
 #endif
-- 
1.7.2.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]