summaryrefslogtreecommitdiff
path: root/core/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/plugin.h')
-rw-r--r--core/plugin.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/plugin.h b/core/plugin.h
index cf2b33c..893b445 100644
--- a/core/plugin.h
+++ b/core/plugin.h
@@ -5,8 +5,7 @@
typedef PLUGININFO * (__cdecl * SetPluginInfo) ();
-typedef int (__cdecl * Load) ();
-
+typedef int (__cdecl * Load) (PLUGINLINK *link);
class plugin
{