diff options
author | Frederic Culot <calcurse@culot.org> | 2007-03-17 16:56:00 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-03-17 16:56:00 +0000 |
commit | e5d256326e3a1b01a88e1bc308368d787782c87b (patch) | |
tree | 55d11579e9976abf8ce186fc6a04be8c71cd98ac | |
parent | e18fb8667d9b6f401e2f93aff8141b151460a584 (diff) | |
download | calcurse-e5d256326e3a1b01a88e1bc308368d787782c87b.tar.gz calcurse-e5d256326e3a1b01a88e1bc308368d787782c87b.zip |
io_export_data() prototype updated
progress_bar() prototype removed as function becomes static to io.c
-rwxr-xr-x | src/io.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 */ |