Fix usage of edelib in fileops

This commit is contained in:
Vedran Ljubovic 2007-08-03 18:31:59 +00:00
parent eecb1232f0
commit 5ea09a105d

View File

@ -37,4 +37,3 @@ extern Fl_Window* win;
extern Fl_Box* statusbar; extern Fl_Box* statusbar;
extern char current_dir[]; extern char current_dir[];
extern void loaddir(const char*); extern void loaddir(const char*);
extern bool is_on_same_fs(const char*, const char*); // should be moved to another library