summaryrefslogtreecommitdiff
path: root/plugins/cube.c
diff options
context:
space:
mode:
authorDavid Reveman <davidr@novell.com>2007-08-30 15:30:15 +0200
committerDavid Reveman <davidr@novell.com>2007-08-30 15:30:15 +0200
commit5544400ef680d9c9d9d7fe2f89e80847fb2de48a (patch)
tree136453779eadb7adecb5374d0d894ca540b01d23 /plugins/cube.c
parentdece59f870fdfc80a846e07416a08bb8c7a07aba (diff)
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.
Diffstat (limited to 'plugins/cube.c')
-rw-r--r--plugins/cube.c2
1 files changed, 1 insertions, 1 deletions
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;
}