tweaks: move two more functions, to before the one that calls them

This commit is contained in:
Benno Schulenberg
2020-09-02 10:09:20 +02:00
parent ab08eebfc1
commit 413a83c2e2
2 changed files with 92 additions and 94 deletions

View File

@@ -189,9 +189,7 @@ typedef void (*functionptrtype)(void);
/* Most functions in browser.c. */
#ifdef ENABLE_BROWSER
char *browse_in(const char *inpath);
void read_the_list(const char *path, DIR *dir);
void browser_refresh(void);
void browser_select_dirname(const char *needle);
char *strip_last_component(const char *path);
#endif