change type to ftype in add_file_stat
This commit is contained in:
parent
d29dd3ed5f
commit
b7bd570ed1
1 changed files with 1 additions and 1 deletions
2
ccc.c
2
ccc.c
|
@ -28,7 +28,7 @@ void change_dir(const char *buf);
|
||||||
int mkdir_p(const char *destdir);
|
int mkdir_p(const char *destdir);
|
||||||
void populate_files(const char *path);
|
void populate_files(const char *path);
|
||||||
int get_directory_size(const char *fpath, const struct stat *sb, int typeflag, struct FTW *ftwbuf);
|
int get_directory_size(const char *fpath, const struct stat *sb, int typeflag, struct FTW *ftwbuf);
|
||||||
long add_file_stat(char *filepath, int type);
|
long add_file_stat(char *filepath, int ftype);
|
||||||
void highlight_current_line();
|
void highlight_current_line();
|
||||||
void show_file_content();
|
void show_file_content();
|
||||||
void edit_file();
|
void edit_file();
|
||||||
|
|
Loading…
Reference in a new issue