aboutsummaryrefslogtreecommitdiffstats
path: root/src/todo.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-07-28 13:11:42 +0000
committerFrederic Culot <calcurse@culot.org>2007-07-28 13:11:42 +0000
commit4b987f70ac463121f9791eb3493952a77aba495f (patch)
tree2754295b8dd40b6818ddd80d97a327329de854c0 /src/todo.h
parentfdc325acd8549acf0fb52c84b8074aef0c2c38c7 (diff)
downloadcalcurse-4b987f70ac463121f9791eb3493952a77aba495f.tar.gz
calcurse-4b987f70ac463121f9791eb3493952a77aba495f.zip
unuseful headers removed and some functions became static
Diffstat (limited to 'src/todo.h')
-rwxr-xr-xsrc/todo.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/todo.h b/src/todo.h
index 48b1b07..30b8056 100755
--- a/src/todo.h
+++ b/src/todo.h
@@ -1,4 +1,4 @@
-/* $calcurse: todo.h,v 1.7 2007/07/23 19:30:17 culot Exp $ */
+/* $calcurse: todo.h,v 1.8 2007/07/28 13:11:43 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -40,9 +40,6 @@ extern struct todo_s *todolist;
int todo_new_item(int);
struct todo_s *todo_add(char *, int);
void todo_delete(conf_t *, int *, int *);
-void todo_delete_bynum(unsigned);
-struct todo_s *todo_get_item(int);
-int todo_get_position(struct todo_s *);
int todo_chg_priority(int, int);
void todo_edit_item(int);
void todo_update_panel(window_t *, int, int, int, int, char **);