aboutsummaryrefslogtreecommitdiffstats
path: root/src/io.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-07-12 16:21:57 +0000
committerFrederic Culot <calcurse@culot.org>2009-07-12 16:21:57 +0000
commit56949550025f447691b0f32632b35af4749da358 (patch)
treeb51bf757d54bfca2ed7a0bd8124f18e506c83d98 /src/io.h
parentd4d29be0fa41c079ab0a9e11585f65ff5e2828cf (diff)
downloadcalcurse-56949550025f447691b0f32632b35af4749da358.tar.gz
calcurse-56949550025f447691b0f32632b35af4749da358.zip
stdbool header removed, unsigned type used instead
Diffstat (limited to 'src/io.h')
-rwxr-xr-xsrc/io.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/io.h b/src/io.h
index 32286ab..a0b9d8f 100755
--- a/src/io.h
+++ b/src/io.h
@@ -1,4 +1,4 @@
-/* $calcurse: io.h,v 1.21 2009/07/05 20:33:21 culot Exp $ */
+/* $calcurse: io.h,v 1.22 2009/07/12 16:22:01 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -75,7 +75,7 @@ void io_load_todo (void);
void io_load_keys (char *);
void io_check_file (char *, int *);
int io_check_data_files (void);
-void io_startup_screen (bool, int);
+void io_startup_screen (unsigned, int);
void io_export_data (export_type_t, conf_t *);
void io_export_bar (void);
void io_import_data (import_type_t, conf_t *, char *);