Mercurial > noffle
diff src/fetch.c @ 274:755e03bc7dcf noffle
[svn] * src/fetch.c,src/log.c: Make 'fetch' and 'log' variables static; they're
not used outside their respective modules and cause a name clash on
MacOS X.
| author | bears |
|---|---|
| date | Sun, 10 Nov 2002 15:24:43 +0000 |
| parents | 3477050e8d10 |
| children | 39d9c19ffba4 |
line wrap: on
line diff
--- a/src/fetch.c Sun Nov 10 15:06:33 2002 +0000 +++ b/src/fetch.c Sun Nov 10 15:24:43 2002 +0000 @@ -1,7 +1,7 @@ /* fetch.c - $Id: fetch.c 403 2002-11-10 11:32:17Z bears $ + $Id: fetch.c 406 2002-11-10 15:24:43Z bears $ */ #if HAVE_CONFIG_H @@ -42,7 +42,7 @@ #define MAX_ARTICLE_CMDS_QUEUED 20 -struct Fetch +static struct Fetch { Bool ready; Str serv;
