From 80c7f14520694771c08b9564487ba65e7dadd75e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 23 Mar 2003 19:42:47 +0000 Subject: add the plugin_setup_config function --- plugins/keyboard/keyboard.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/keyboard') diff --git a/plugins/keyboard/keyboard.c b/plugins/keyboard/keyboard.c index 4fa6a8ed..6836ca16 100644 --- a/plugins/keyboard/keyboard.c +++ b/plugins/keyboard/keyboard.c @@ -7,6 +7,10 @@ #include "keyboard.h" #include +void plugin_setup_config() +{ +} + KeyBindingTree *firstnode; static KeyBindingTree *curpos; -- cgit v1.2.3