diff options
Diffstat (limited to 'src/calcurse.h')
-rw-r--r-- | src/calcurse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/calcurse.h b/src/calcurse.h index 6333946..5da79e2 100644 --- a/src/calcurse.h +++ b/src/calcurse.h @@ -627,7 +627,7 @@ void ui_day_scroll_pad_down(int, int); void ui_day_scroll_pad_up(int); struct notify_app *apoint_check_next(struct notify_app *, long); void apoint_switch_notify(struct apoint *); -void ui_day_update_panel(int); +void ui_day_update_panel(int, struct date); void apoint_paste_item(struct apoint *, long); /* args.c */ |