aboutsummaryrefslogtreecommitdiff
path: root/plugins/shortcuts/shortcuts.h
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-05-13 23:24:34 -0400
committerNunoSempere <nuno.sempere@protonmail.com>2023-05-13 23:24:34 -0400
commit5fb7e79ad5f7d55e2a196905aad181f750631dd9 (patch)
tree2af4f90e737365dd480543c5476eb48b547cc568 /plugins/shortcuts/shortcuts.h
parent49a005f929982f96fc32d11addb00dc6f4f15be7 (diff)
feat: add shortcuts plugin
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);