From a79a33e8f4da016e4ae42b061db8400337d5a580 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 17 Jan 2012 00:41:19 +0100 Subject: 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 --- src/calcurse.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/calcurse.h') diff --git a/src/calcurse.h b/src/calcurse.h index 5b4bffe..5104d45 100644 --- a/src/calcurse.h +++ b/src/calcurse.h @@ -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 **); -- cgit v1.2.3-54-g00ecf