]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugin_runner.h
Ticket 26. The const MODULE_SETTINGS & ms parameter added to the
[stg.git] / projects / stargazer / plugin_runner.h
index 429d59ca3f69ab4c9741adedebb1d73b3af6f38d..2d0c22c4e069145cbc0f6adf35be40aa4b8c1eea 100644 (file)
@@ -60,7 +60,7 @@ public:
 
     int             Start();
     int             Stop();
-    int             Reload();
+    int             Reload(const MODULE_SETTINGS & ms);
     int             Restart();
     bool            IsRunning() { return m_plugin.IsRunning(); }