Add recur_apoint_inday() and recur_event_inday().
To be used with llist_fn_match_t callbacks later. I feel a bit ill adding those functions. This definitely is a hack. Ultimately, there should be some generic recur_item_inday() function that accepts both recurring apointments and events (or some wrapper structure) instead of parameter galeere. This is not the right place to fix that tho. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
@@ -790,6 +790,8 @@ struct recur_event *recur_event_scan (FILE *, struct tm, int, char,
|
||||
void recur_save_data (FILE *);
|
||||
unsigned recur_item_inday (long, struct days *, int, int,
|
||||
long, long);
|
||||
unsigned recur_apoint_inday(struct recur_apoint *, long);
|
||||
unsigned recur_event_inday(struct recur_event *, long);
|
||||
void recur_event_erase (long, unsigned, unsigned,
|
||||
enum eraseflg);
|
||||
void recur_apoint_erase (long, unsigned, unsigned,
|
||||
|
||||
Reference in New Issue
Block a user