Rename io_file_exist{,s}()

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer
2013-07-17 09:56:56 +02:00
parent 98fb747e6a
commit beac8bdd9b
4 changed files with 8 additions and 8 deletions

View File

@@ -754,7 +754,7 @@ void io_load_app(void);
void io_load_todo(void);
void io_load_keys(const char *);
int io_check_dir(const char *);
unsigned io_file_exist(const char *);
unsigned io_file_exists(const char *);
int io_check_file(const char *);
int io_check_data_files(void);
void io_startup_screen(int);