aboutsummaryrefslogtreecommitdiffstats
path: root/src/io.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-03-17 16:56:00 +0000
committerFrederic Culot <calcurse@culot.org>2007-03-17 16:56:00 +0000
commite5d256326e3a1b01a88e1bc308368d787782c87b (patch)
tree55d11579e9976abf8ce186fc6a04be8c71cd98ac /src/io.h
parente18fb8667d9b6f401e2f93aff8141b151460a584 (diff)
downloadcalcurse-e5d256326e3a1b01a88e1bc308368d787782c87b.tar.gz
calcurse-e5d256326e3a1b01a88e1bc308368d787782c87b.zip
io_export_data() prototype updated
progress_bar() prototype removed as function becomes static to io.c
Diffstat (limited to 'src/io.h')
-rwxr-xr-xsrc/io.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/io.h b/src/io.h
index 381bc1d..6d929ff 100755
--- a/src/io.h
+++ b/src/io.h
@@ -1,4 +1,4 @@
-/* $calcurse: io.h,v 1.3 2007/03/11 15:23:14 culot Exp $ */
+/* $calcurse: io.h,v 1.4 2007/03/17 16:56:00 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -42,7 +42,6 @@ void load_app(void);
int load_todo(void);
int check_data_files(void);
void startup_screen(bool skip_dialogs, int no_data_file);
-void progress_bar(bool save, int progress);
-void io_export_data(export_mode_t mode);
+void io_export_data(export_mode_t mode, bool skip_dialogs, bool skip_bar);
#endif /* CALCURSE_IO_H */