Split note file generation into separate function
We currently use this in one place only but might reuse this a couple of times later (when migrating to libical). Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
@@ -779,6 +779,7 @@ void mem_stats (void);
|
||||
#endif /* CALCURSE_MEMORY_DEBUG */
|
||||
|
||||
/* note.c */
|
||||
char *generate_note (const char *);
|
||||
void edit_note (char **, char *);
|
||||
void view_note (char *, char *);
|
||||
void erase_note (char **);
|
||||
|
||||
Reference in New Issue
Block a user