aboutsummaryrefslogtreecommitdiffstats
path: root/src/custom.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-08-02 09:29:24 +0000
committerFrederic Culot <calcurse@culot.org>2009-08-02 09:29:24 +0000
commitd6b7f83e58de86ee3620f61cfade8ffb9a81a196 (patch)
treed14b83a6fa0edc192320ec030ca76d8696bfa068 /src/custom.h
parentb44dd7c10dec7d6d99f364e3144b78f589677b7a (diff)
downloadcalcurse-d6b7f83e58de86ee3620f61cfade8ffb9a81a196.tar.gz
calcurse-d6b7f83e58de86ee3620f61cfade8ffb9a81a196.zip
conf_set_scrsize not static any more (moved to custom_set_swsiz)
Diffstat (limited to 'src/custom.h')
-rwxr-xr-xsrc/custom.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/custom.h b/src/custom.h
index 317413a..04909fc 100755
--- a/src/custom.h
+++ b/src/custom.h
@@ -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);