aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/main.h
blob: 374f8199e67d72fdac7d7f0474ca4c2f3228d4bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef MAIN_H
#define MAIN_H

extern int day_begin, day_end;
extern char *user_name;
extern int am_pm_flag;

void properties (void);
void day_range_changed (void);
void goto_dialog (GnomeCalendar *gcal);

#endif