From e9a7215277ccb59d126cd0981d148744068ed148 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Mon, 20 Apr 1998 22:13:36 +0000 Subject: Fix compiler warnings - Federico svn path=/trunk/; revision=170 --- calendar/main.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'calendar/main.c') diff --git a/calendar/main.c b/calendar/main.c index 92c68898e8..00c13edb16 100644 --- a/calendar/main.c +++ b/calendar/main.c @@ -12,10 +12,12 @@ #include #include +#include "alarm.h" #include "calendar.h" #include "eventedit.h" #include "gnome-cal.h" #include "main.h" +#include "timeutil.h" /* The username, used to set the `owner' field of the event */ char *user_name; @@ -439,6 +441,8 @@ dump_events (void) exit (0); } +extern time_t get_date (); + static error_t parse_an_arg (int key, char *arg, struct argp_state *state) { @@ -477,8 +481,6 @@ static struct argp parser = int main(int argc, char *argv[]) { - GnomeClient *client; - argp_program_version = VERSION; bindtextdomain(PACKAGE, GNOMELOCALEDIR); -- cgit v1.2.3