From 4b987f70ac463121f9791eb3493952a77aba495f Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sat, 28 Jul 2007 13:11:42 +0000 Subject: unuseful headers removed and some functions became static --- src/recur.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/recur.h') diff --git a/src/recur.h b/src/recur.h index aca1b3d..a582ca5 100755 --- a/src/recur.h +++ b/src/recur.h @@ -1,4 +1,4 @@ -/* $calcurse: recur.h,v 1.12 2007/07/01 17:53:42 culot Exp $ */ +/* $calcurse: recur.h,v 1.13 2007/07/28 13:11:42 culot Exp $ */ /* * Calcurse - text-based organizer @@ -27,10 +27,6 @@ #ifndef CALCURSE_RECUR_H #define CALCURSE_RECUR_H -#include "apoint.h" -#include "notify.h" -#include "vars.h" - typedef enum { RECUR_NO, RECUR_DAILY, RECUR_WEEKLY, @@ -84,11 +80,6 @@ struct recur_event_s *recur_event_new(char *, long, int, int, int, long, struct days_s *); char recur_def2char(int); int recur_char2def(char); -void recur_write_exc(struct days_s *, FILE *); -void recur_apoint_write(recur_apoint_llist_node_t *, - FILE *); -void recur_event_write(struct recur_event_s *, - FILE *); recur_apoint_llist_node_t *recur_apoint_scan(FILE *, struct tm, struct tm, char, int, struct tm, struct days_s *, char); -- cgit v1.2.3-54-g00ecf