parent
b5dc110cd2
commit
5d76c54213
4
src/db.h
4
src/db.h
|
@ -5,5 +5,5 @@
|
|||
|
||||
#endif
|
||||
|
||||
extern void write_linkedlist_to_csv(llist *head, const char *filename);
|
||||
extern void write_csv_to_llist(const char *filename);
|
||||
void write_linkedlist_to_csv(llist *head, const char *filename);
|
||||
llist *write_csv_to_llist(const char *filename);
|
||||
|
|
|
@ -83,4 +83,6 @@ int cmpEvent(const void *a, const void *b);
|
|||
*/
|
||||
llist *genPlan(llist *head, time_t timeAvail);
|
||||
|
||||
int exportiCal(llist *head);
|
||||
|
||||
#endif // !PLANNER
|
||||
|
|
Loading…
Reference in New Issue