diff options
author | Davyd Madeley <davyd@madeley.id.au> | 2006-01-15 10:00:46 +0000 |
---|---|---|
committer | Davyd Madeley <davyd@src.gnome.org> | 2006-01-15 10:00:46 +0000 |
commit | feb857fa74c717e235cb44f0f74ec82bf4f30bb5 (patch) | |
tree | a7afc5b20d53d8c97d2551ca8399c37acd2ac48d /libgweather | |
parent | e93b80cfbdacf981b8be32255eb116b318dc6686 (diff) |
move prototype for calc_sun to header and remove static declaration.
2006-01-15 Davyd Madeley <davyd@madeley.id.au>
* weather.c:
* weather-priv.h: move prototype for calc_sun to header and remove
static declaration.
Diffstat (limited to 'libgweather')
-rw-r--r-- | libgweather/ChangeLog | 6 | ||||
-rw-r--r-- | libgweather/weather-priv.h | 2 | ||||
-rw-r--r-- | libgweather/weather.c | 1 |
3 files changed, 8 insertions, 1 deletions
diff --git a/libgweather/ChangeLog b/libgweather/ChangeLog index 2dc30a457..aa2fbf81f 100644 --- a/libgweather/ChangeLog +++ b/libgweather/ChangeLog @@ -1,3 +1,9 @@ +2006-01-15 Davyd Madeley <davyd@madeley.id.au> + + * weather.c: + * weather-priv.h: move prototype for calc_sun to header and remove + static declaration. + 2006-01-12 Frank Solensky <frank@solensky.org> * Makefile.am: diff --git a/libgweather/weather-priv.h b/libgweather/weather-priv.h index 55cc956a5..c05e8645d 100644 --- a/libgweather/weather-priv.h +++ b/libgweather/weather-priv.h @@ -201,5 +201,7 @@ void request_done (GnomeVFSAsyncHandle *handle, WeatherInfo *info); void requests_done_check (WeatherInfo *info); +gboolean calc_sun (WeatherInfo *info); + #endif /* __WEATHER_PRIV_H_ */ diff --git a/libgweather/weather.c b/libgweather/weather.c index 444e598ca..4fee381dc 100644 --- a/libgweather/weather.c +++ b/libgweather/weather.c @@ -43,7 +43,6 @@ void close_cb (GnomeVFSAsyncHandle *handle, GnomeVFSResult result, gpointer data); -static gboolean calc_sun (WeatherInfo *info); /* |