X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fweather.h;h=166e3ae0c9c6ff44d8f62006c65e6e0a0ad53e0e;hb=dc55c7d0a90b79105cd9b20cb86af94a20a2daab;hp=40c96ad4b16e0b710870abc419904278fd1389ba;hpb=ad8dd36cb7378480465cdca524c1563fa75b66e4;p=monky diff --git a/src/weather.h b/src/weather.h index 40c96ad..166e3ae 100644 --- a/src/weather.h +++ b/src/weather.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * @@ -41,5 +41,6 @@ void print_weather_forecast(struct text_object *, char *, int); void scan_weather_arg(struct text_object *, const char *, void *); void print_weather(struct text_object *, char *, int); +void free_weather(struct text_object *); #endif /*WEATHER_H_*/