From 648580f9637a03339220a37d444ddb9ac037dbff Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sat, 21 Jul 2007 19:35:14 +0000 Subject: apoint_update_panel(), apoint_add() and apoint_delete() added --- src/apoint.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/apoint.h') diff --git a/src/apoint.h b/src/apoint.h index f91a400..69ac520 100755 --- a/src/apoint.h +++ b/src/apoint.h @@ -1,4 +1,4 @@ -/* $calcurse: apoint.h,v 1.6 2007/07/01 17:54:33 culot Exp $ */ +/* $calcurse: apoint.h,v 1.7 2007/07/21 19:35:14 culot Exp $ */ /* * Calcurse - text-based organizer @@ -30,6 +30,7 @@ #include #include "notify.h" +#include "recur.h" #include "vars.h" #define HRMIN_SIZE 6 @@ -56,6 +57,8 @@ extern apoint_llist_t *alist_p; int apoint_llist_init(void); apoint_llist_node_t *apoint_new(char *, long, long, char); +void apoint_add(int *hilt_app); +void apoint_delete(conf_t *, unsigned *, unsigned *, int *); unsigned apoint_inday(apoint_llist_node_t *, long); void apoint_sec2str(apoint_llist_node_t *, int, long, char *, char *); @@ -70,5 +73,6 @@ void scroll_pad_up(int, int); struct notify_app_s *apoint_check_next(struct notify_app_s *, long); apoint_llist_node_t *apoint_recur_s2apoint_s(recur_apoint_llist_node_t *); void apoint_switch_notify(int); +void apoint_update_panel(window_t *, int, int); #endif /* CALCURSE_APOINT_H */ -- cgit v1.2.3-54-g00ecf