speechd-discuss
[Top][All Lists]
Advanced

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

[PATCH 4/9] moved module_main.c from festival.c to Makefile.am


From: Andrei Kholodnyi
Subject: [PATCH 4/9] moved module_main.c from festival.c to Makefile.am
Date: Mon, 6 Sep 2010 15:57:37 +0200

>> diff --git a/src/modules/festival_client.h b/src/modules/festival_client.h
>> index 7c68833..fcd085a 100644
>> --- a/src/modules/festival_client.h
>> +++ b/src/modules/festival_client.h
> *SNIP*
>> @@ -95,10 +128,12 @@ int festivalKey(FT_Info *info, const char *text);
> *SNIP*
>> -int festival_read_response(FT_Info *info, char **expr);
>
> Please keep the prototype for festival_read_response in this header.
> The function is called in both festival.c and festival_client.c.

never :D

it is implemented in festival.c.
If festival_client uses it then we need define festival.h.
Let me drop a closer look on it.

Andrei.



reply via email to

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