summaryrefslogtreecommitdiff
path: root/src/drun.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drun.h')
-rw-r--r--src/drun.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drun.h b/src/drun.h
index 2e14599..8650ae6 100644
--- a/src/drun.h
+++ b/src/drun.h
@@ -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 */