conf_set_scrsize not static any more (moved to custom_set_swsiz)

This commit is contained in:
Frederic Culot
2009-08-02 09:29:24 +00:00
parent b44dd7c10d
commit d6b7f83e58
2 changed files with 8 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
/* $calcurse: custom.h,v 1.17 2009/08/01 17:44:51 culot Exp $ */
/* $calcurse: custom.h,v 1.18 2009/08/02 09:29:24 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -96,6 +96,7 @@ void custom_layout_config (void);
void custom_color_config (void);
void custom_color_theme_name (char *);
void custom_confwin_init (window_t *, char *);
void custom_set_swsiz (scrollwin_t *);
void custom_general_config (conf_t *);
void custom_keys_config (void);