From 5544400ef680d9c9d9d7fe2f89e80847fb2de48a Mon Sep 17 00:00:00 2001 From: David Reveman Date: Thu, 30 Aug 2007 15:30:15 +0200 Subject: Add plugin interface version number to getCompPluginInfo symbol. This makes sure that only plugins built with a matching plugin interface can be loaded. This version number must be updated every time the plugin interface changes. Each plugin needs to be manually updated to work with a new plugin interface version. --- plugins/cube.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/cube.c') diff --git a/plugins/cube.c b/plugins/cube.c index 0ab95429..fba3981c 100644 --- a/plugins/cube.c +++ b/plugins/cube.c @@ -2327,7 +2327,7 @@ CompPluginVTable cubeVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &cubeVTable; } -- cgit v1.2.3