aboutsummaryrefslogtreecommitdiffstats
path: root/src/todo.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2008-04-19 21:04:47 +0000
committerFrederic Culot <calcurse@culot.org>2008-04-19 21:04:47 +0000
commit2341c900035a5947fea7539c011ff6173ddc80ce (patch)
treee6dd95431f3797deb00aa178d0d60e61e01b3a17 /src/todo.h
parent2e798df3cb498b0e2150a5c2ace47eb80281237e (diff)
downloadcalcurse-2341c900035a5947fea7539c011ff6173ddc80ce.tar.gz
calcurse-2341c900035a5947fea7539c011ff6173ddc80ce.zip
some memory leaks fixed using valgrind and some minor code cleanup
Diffstat (limited to 'src/todo.h')
-rwxr-xr-xsrc/todo.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/todo.h b/src/todo.h
index e3e0f8e..9244f02 100755
--- a/src/todo.h
+++ b/src/todo.h
@@ -1,4 +1,4 @@
-/* $calcurse: todo.h,v 1.11 2008/04/12 21:14:03 culot Exp $ */
+/* $calcurse: todo.h,v 1.12 2008/04/19 21:05:15 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -27,8 +27,6 @@
#ifndef CALCURSE_TODO_H
#define CALCURSE_TODO_H
-#include "wins.h"
-
struct todo_s
{
struct todo_s *next;
@@ -55,7 +53,7 @@ struct todo_s *todo_add (char *, int, char *);
void todo_delete (conf_t *);
void todo_chg_priority (int);
void todo_edit_item (void);
-void todo_update_panel (window_t *, int);
+void todo_update_panel (int);
void todo_edit_note (char *);
void todo_view_note (char *);