aboutsummaryrefslogtreecommitdiffstats
path: root/src/recur.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/recur.h
parentfdc325acd8549acf0fb52c84b8074aef0c2c38c7 (diff)
downloadcalcurse-4b987f70ac463121f9791eb3493952a77aba495f.tar.gz
calcurse-4b987f70ac463121f9791eb3493952a77aba495f.zip
unuseful headers removed and some functions became static
Diffstat (limited to 'src/recur.h')
-rwxr-xr-xsrc/recur.h11
1 files changed, 1 insertions, 10 deletions
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);