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, 1 insertions, 1 deletions
diff --git a/src/drun.h b/src/drun.h
index 207d384..8e65d26 100644
--- a/src/drun.h
+++ b/src/drun.h
@@ -8,7 +8,7 @@
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_print(const char *filename);
+void drun_print(const char *filename, const char *terminal_command);
void drun_launch(const char *filename);
#endif /* DRUN_H */