- This struct needn't be global either.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@268 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Diane Bruce 2006-09-01 17:34:21 +00:00
parent 758bb494d5
commit 8108827a81

View File

@ -24,7 +24,7 @@ void oss_loop(int *iarg);
/*
* local state data referencing some gcom common fortran variables as well
*/
struct audio_data {
static struct audio_data {
int fd_in; /* Audio fd in; used only locally in this function */
int fd_out; /* Audio fd out; used only locally in this function */
double *Tsec; /* Present time SoundIn,SoundOut */