modified: src/db.c

modified:   src/iCal.c
sql
simon 2024-12-10 22:12:25 +01:00
parent 2c5f6ae8aa
commit 45323b5ba1
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
/*
* INPUT: query for sotred date
* linked list of subjects to sotore
* INPUT: query for previous state
* linked list of subjects to store
*
* OUTPUT:
* linked list of subjects from file

View File

@ -1,4 +1,5 @@
/* INPUT: linked list of events and generate ical file
/* INPUT: linked list of events
*
* OUTPUT: Ical File, OK to caller
*
*/