[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 15:43:31 +0200 |
On Thu, Sep 9, 2010 at 3:23 AM, Christopher Brannon
<cmbrannon79 at gmail.com> wrote:
> We need a prototype for lisp_list_get_vec in festival_client.h,
> since festival_client.c exports this function.
Hi Chris,
I think it should other way around,
i.e. function lisp_list_get_vec shall be moved to festival.c, since it
is used only there.
I'll send a patch for it.
Andrei.