aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/main.h
blob: 81605a55f67695902c4c6f9643ce0473e272b07a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#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);

#endif