speechd-discuss
[Top][All Lists]
Advanced

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

[PATCH] rearrange code in intl sub directory


From: Chris Brannon
Subject: [PATCH] rearrange code in intl sub directory
Date: Fri, 06 Aug 2010 15:17:14 -0500

Hi William,
Here are some corrections.

> diff --git a/doc/speech-dispatcher.texi b/doc/speech-dispatcher.texi
*SNIP*
> -Each output module should include @file{intl/fdset.h} where the
> +Each output module should include @file{fdset.h} where the

speechd_types.h, not fdset.h.
There are two other references to fdset.h in this file after the patch.

*SNIP*
> diff --git a/include/speechd_types.h b/include/speechd_types.h
*SNIP*
> +typedef struct{
...
> +}TFDSetElement;

Could this go into server/speechd.h?
What about a new file, server/server_types.h?

> +typedef struct{
*SNIP*
> +}TFDSetClientSpecific;

The previous comment applies here as well.

*SNIP*
> diff --git a/src/server/server.c b/src/server/server.c
> - *   type -- type of the message (see intl/fdset.h)
> + *   type -- type of the message (see ../src/common/fdset.h)

speechd_types.h.

-- Chris



reply via email to

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