mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Remove redundant fwd declaration
This commit is contained in:
parent
a3517b28dc
commit
4b717b1920
|
@ -397,7 +397,6 @@ static const char messages[][16] = {
|
||||||
/* Forward declarations */
|
/* Forward declarations */
|
||||||
static void redraw(char *path);
|
static void redraw(char *path);
|
||||||
static void spawn(const char *file, const char *arg1, const char *arg2, const char *dir, uchar flag);
|
static void spawn(const char *file, const char *arg1, const char *arg2, const char *dir, uchar flag);
|
||||||
static char *get_output(char *buf, size_t bytes, char *file, char *arg1, char *arg2, bool page);
|
|
||||||
int (*nftw_fn) (const char *fpath, const struct stat *sb, int typeflag, struct FTW *ftwbuf);
|
int (*nftw_fn) (const char *fpath, const struct stat *sb, int typeflag, struct FTW *ftwbuf);
|
||||||
|
|
||||||
/* Functions */
|
/* Functions */
|
||||||
|
|
Loading…
Reference in a new issue