X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=file.h;h=51045cc57cee906a1d82d363984323993e24d496;hp=f9249e915c99a512bc69c076f06853c50e312c5d;hb=HEAD;hpb=af711b4e66c96c112086a442ea09094643bd8d71 diff --git a/file.h b/file.h index f9249e9..51045cc 100644 --- a/file.h +++ b/file.h @@ -19,19 +19,11 @@ #ifndef VOR_FILE_H #define VOR_FILE_H +#include #include -#include - -extern char *g_data_dir; -extern char *g_score_file; -extern mode_t g_score_mode; char *add_data_path(char *filename); -int is_dir(char *dirname); -int is_file(char *filename); -int find_data_dir(void); -int find_score_file(void); -int find_files(void); +bool find_files(void); FILE *open_score_file(char *mode); #endif // VOR_FILE_H