Implemented rendering of notes in todo view

Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Ambika Eshwar
2020-09-29 02:16:25 -04:00
committed by Lukas Fleischer
parent 1b40844aa3
commit b144b19964
3 changed files with 33 additions and 1 deletions

View File

@@ -1019,6 +1019,7 @@ void edit_note(char **, const char *);
void view_note(const char *, const char *);
void erase_note(char **);
void note_read(char *, FILE *);
void note_read_contents(char *, size_t, FILE *);
void note_gc(void);
/* notify.c */