io_export_data() prototype updated
progress_bar() prototype removed as function becomes static to io.c
This commit is contained in:
parent
e18fb8667d
commit
e5d256326e
5
src/io.h
5
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
|
* Calcurse - text-based organizer
|
||||||
@ -42,7 +42,6 @@ void load_app(void);
|
|||||||
int load_todo(void);
|
int load_todo(void);
|
||||||
int check_data_files(void);
|
int check_data_files(void);
|
||||||
void startup_screen(bool skip_dialogs, int no_data_file);
|
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, bool skip_dialogs, bool skip_bar);
|
||||||
void io_export_data(export_mode_t mode);
|
|
||||||
|
|
||||||
#endif /* CALCURSE_IO_H */
|
#endif /* CALCURSE_IO_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user