header file update for add_marked

This commit is contained in:
Night Kaly 2024-03-19 16:30:36 +00:00
parent 255e09c18d
commit ef41218ffa
No known key found for this signature in database
GPG key ID: 8E829D3381CFEBBE

2
file.h
View file

@ -16,7 +16,7 @@ void clear_files();
void clear_marked(); void clear_marked();
long add_file(char *filepath, char *stats, char *type, int color); long add_file(char *filepath, char *stats, char *type, int color);
void remove_marked(file *marked_file); void remove_marked(file *marked_file);
long add_marked(char *filepath, char *type); long add_marked(char *filepath, char *type, bool force);
file *get_marked(long index); file *get_marked(long index);
bool in_marked(char *path); bool in_marked(char *path);
file *get_file(long index); file *get_file(long index);