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: custom.h,v 1.7 2007/07/21 19:34:07 culot Exp $ */
/* $calcurse: custom.h,v 1.8 2007/07/28 13:11:42 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -73,7 +73,6 @@ void custom_load_conf(conf_t *, int);
void config_bar(void);
int layout_config(int);
void custom_color_config(int);
void custom_load_color(char *, int);
void custom_color_theme_name(char *);
void custom_general_config(conf_t *);