From 87664095cdd2c85d50e1be42442c0c24b611c7dc Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Thu, 7 Jul 2011 18:23:30 +0200 Subject: Refactor out note functions * Add new note_edit() and note_view() helper functions. Use these instead of copy-pasted code in *_note_edit(). * Move all note-related functions (note_edit(), note_view(), note_erase()) to a new source file "note.c". Signed-off-by: Lukas Fleischer --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 8fff8e3..12147a5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,6 +19,7 @@ calcurse_SOURCES = \ io.c \ keys.c \ llist.c \ + note.c \ notify.c \ recur.c \ sigs.c \ -- cgit v1.2.3-54-g00ecf