From bf6a4a577408aa6192c40f9a789788badb1a386a Mon Sep 17 00:00:00 2001 From: Alok Barsode Date: Tue, 17 Mar 2009 18:56:21 +0530 Subject: Adding version check for plugins. --- input/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input/main.c') diff --git a/input/main.c b/input/main.c index 31e2ef64..010b7312 100644 --- a/input/main.c +++ b/input/main.c @@ -82,4 +82,4 @@ static void input_exit(void) dbus_connection_unref(connection); } -BLUETOOTH_PLUGIN_DEFINE("input", input_init, input_exit) +BLUETOOTH_PLUGIN_DEFINE("input", VERSION, input_init, input_exit) -- cgit