recents: fixes, updates, refactoring.
This commit is contained in:
13
recent.h
13
recent.h
@@ -1,16 +1,11 @@
|
||||
#ifndef RECENT_H
|
||||
#define RECENT_H
|
||||
|
||||
void recent_init();
|
||||
int recent_init(int idx);
|
||||
void recent_scan(int mode);
|
||||
void recent_scroll_name();
|
||||
void recent_print();
|
||||
int recent_available();
|
||||
void recent_load();
|
||||
void recent_save();
|
||||
int recent_select(char* dir, char* path);
|
||||
void recent_update(char* dir, char* path);
|
||||
char* recent_create_config_name();
|
||||
const char* recent_path(char* dir, char* path);
|
||||
int recent_select(char* dir, char* path);
|
||||
void recent_update(char* dir, char* path, int idx);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user