]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugin_mgr.h
Fix email.
[stg.git] / projects / stargazer / plugin_mgr.h
index 0330f4e8c326107494d25e953991348feb927d4c..2b1fb9c96b46f1933efc11da68cd0bf43ab9f959 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 /*
- *    Author : Maxim Mamontov <faust@stargazer.dp.ua>
+ *    Author : Maksym Mamontov <stg@madf.info>
  */
 
 #include "stg/module_settings.h"
@@ -49,6 +49,7 @@ class PluginManager
         ~PluginManager();
 
         void reload(const SETTINGS_IMPL& settings);
+        void stop();
 
     private:
         std::vector<PLUGIN_RUNNER*> m_modules;