aboutsummaryrefslogtreecommitdiff
path: root/plugins/stand_in/stand_in.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/stand_in/stand_in.c')
-rw-r--r--plugins/stand_in/stand_in.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/stand_in/stand_in.c b/plugins/stand_in/stand_in.c
index dbcc7e8..cb8c487 100644
--- a/plugins/stand_in/stand_in.c
+++ b/plugins/stand_in/stand_in.c
@@ -25,3 +25,6 @@ void read_style_js(char* string){
}
+int shortcut_expand(const char* uri, char* output){
+ return 0;
+}