summaryrefslogtreecommitdiffstats
path: root/src/calcurse.h
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2012-01-17 00:41:19 +0100
committerLukas Fleischer <calcurse@cryptocrack.de>2012-01-17 00:52:39 +0100
commita79a33e8f4da016e4ae42b061db8400337d5a580 (patch)
treec025cc9c231dd7d0953950d586f214a458fe7765 /src/calcurse.h
parent5dc443fc3d236fc2520df58495e62f197a98a64f (diff)
downloadcalcurse-a79a33e8f4da016e4ae42b061db8400337d5a580.tar.gz
calcurse-a79a33e8f4da016e4ae42b061db8400337d5a580.zip
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>
Diffstat (limited to 'src/calcurse.h')
-rw-r--r--src/calcurse.h1
1 files changed, 1 insertions, 0 deletions
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 **);