summaryrefslogtreecommitdiff
path: root/src/drun.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drun.h')
-rw-r--r--src/drun.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/drun.h b/src/drun.h
new file mode 100644
index 0000000..2e14599
--- /dev/null
+++ b/src/drun.h
@@ -0,0 +1,11 @@
+#ifndef DRUN_H
+#define DRUN_H
+
+#include "desktop_vec.h"
+#include "string_vec.h"
+
+struct desktop_vec drun_generate(void);
+struct desktop_vec drun_generate_cached(void);
+void drun_launch(const char *filename);
+
+#endif /* DRUN_H */