diff options
Diffstat (limited to 'src/drun.h')
-rw-r--r-- | src/drun.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,10 +2,12 @@ #define DRUN_H #include "desktop_vec.h" +#include "history.h" #include "string_vec.h" struct desktop_vec drun_generate(void); struct desktop_vec drun_generate_cached(void); +void drun_history_sort(struct desktop_vec *apps, struct history *history); void drun_launch(const char *filename); #endif /* DRUN_H */ |