unuseful headers removed and some functions became static

This commit is contained in:
Frederic Culot
2007-07-28 13:11:42 +00:00
parent fdc325acd8
commit 4b987f70ac
28 changed files with 1021 additions and 1115 deletions

View File

@@ -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);