recents: store altname.
This commit is contained in:
4
recent.h
4
recent.h
@@ -5,8 +5,8 @@ int recent_init(int idx);
|
||||
void recent_scan(int mode);
|
||||
void recent_scroll_name();
|
||||
void recent_print();
|
||||
int recent_select(char* dir, char* path);
|
||||
void recent_update(char* dir, char* path, int idx);
|
||||
int recent_select(char *dir, char *path, char *label);
|
||||
void recent_update(char* dir, char* path, char* label, int idx);
|
||||
void recent_clear(int idx);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user