diff options
author | Frederic Culot <calcurse@culot.org> | 2008-04-09 20:38:29 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2008-04-09 20:38:29 +0000 |
commit | 0c281d2c1e53248f0075f988fb4ba02f041bd170 (patch) | |
tree | 7f42987f28c6a4912c1bcbb99a1f17b1509fd52f /src/recur.h | |
parent | 0f6374d787158e50b510a8a032ff80bf7848da8a (diff) | |
download | calcurse-0c281d2c1e53248f0075f988fb4ba02f041bd170.zip |
Tony's patch concerning date format configuration imported
Diffstat (limited to 'src/recur.h')
-rwxr-xr-x | src/recur.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/recur.h b/src/recur.h index e039656..0027652 100755 --- a/src/recur.h +++ b/src/recur.h @@ -1,4 +1,4 @@ -/* $calcurse: recur.h,v 1.17 2008/01/20 10:45:39 culot Exp $ */ +/* $calcurse: recur.h,v 1.18 2008/04/09 20:38:29 culot Exp $ */ /* * Calcurse - text-based organizer @@ -90,7 +90,7 @@ void recur_event_erase(long, unsigned, unsigned, erase_flag_e); void recur_apoint_erase(long, unsigned, unsigned, erase_flag_e); -void recur_repeat_item(void); +void recur_repeat_item(conf_t *); struct days_s *recur_exc_scan(FILE *); struct notify_app_s *recur_apoint_check_next(struct notify_app_s *, long, long); |