aboutsummaryrefslogtreecommitdiff
path: root/plugins/shortcuts/shortcuts.h
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-05-13 23:50:14 -0400
committerNunoSempere <nuno.sempere@protonmail.com>2023-05-13 23:50:14 -0400
commita8be16b1ee80f5d1d89b66494ec74af999652c2a (patch)
tree58b8179e0d2721d7c62360763d2699b61df46014 /plugins/shortcuts/shortcuts.h
parentc46e2ba3985846019d3377895e52fc360a6ce061 (diff)
debug shortcuts plugin
Diffstat (limited to 'plugins/shortcuts/shortcuts.h')
-rw-r--r--plugins/shortcuts/shortcuts.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/shortcuts/shortcuts.h b/plugins/shortcuts/shortcuts.h
index 00d08bd..5276281 100644
--- a/plugins/shortcuts/shortcuts.h
+++ b/plugins/shortcuts/shortcuts.h
@@ -1,6 +1,5 @@
#pragma once
-#define SHORTCUT_N 20
+#define SHORTCUT_N 41
int shortcut_expand(const char* uri, char* output);
-void str_init(char* str, int n);