[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Add a missing prototype to festival_client.h.
From: |
Andrei Kholodnyi |
Subject: |
[PATCH] Add a missing prototype to festival_client.h. |
Date: |
Thu, 9 Sep 2010 17:52:54 +0200 |
> Back to the separation we have now, I think lisp_list_get_vec
> actually belongs to festival_client.c and I think should be a private
> function of it.
well, lisp_list_get_vec is doing nothing but parsing a festival reply
into speech dispatcher's friendly format.
For me it clear belongs to the festival.c and shall be a private function in it.
If you disagree, please commit Chris's patch then.
Otherwise I'll provide mine :)