aboutsummaryrefslogtreecommitdiff
path: root/plugins/shortcuts/shortcuts.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/shortcuts/shortcuts.h')
-rw-r--r--plugins/shortcuts/shortcuts.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/shortcuts/shortcuts.h b/plugins/shortcuts/shortcuts.h
new file mode 100644
index 0000000..00d08bd
--- /dev/null
+++ b/plugins/shortcuts/shortcuts.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#define SHORTCUT_N 20
+
+int shortcut_expand(const char* uri, char* output);
+void str_init(char* str, int n);