]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/capture/ipq_linux/ipq_cap.h
stg-2.409 pre-merge.
[stg.git] / projects / stargazer / plugins / capture / ipq_linux / ipq_cap.h
index 8b524d93ba564e878846570ce95a1753f9e21275..b7f76b054fa30c6641721ce4d5559c4673ebfbc9 100644 (file)
@@ -37,8 +37,6 @@ class ADMINS;
 class TRAFFCOUNTER;
 class SETTINGS;
 
-extern "C" PLUGIN * GetPlugin();
-
 //-----------------------------------------------------------------------------
 class IPQ_CAP :public PLUGIN {
 public:
@@ -49,12 +47,12 @@ public:
 
     int Start();
     int Stop();
-    int Reload() { return 0; }
+    int Reload(const MODULE_SETTINGS & /*ms*/) { return 0; }
     bool IsRunning() { return isRunning; }
 
     int  ParseSettings() { return 0; }
     const std::string & GetStrError() const { return errorStr; }
-    const std::string GetVersion() const;
+    std::string GetVersion() const;
     uint16_t GetStartPosition() const { return 40; }
     uint16_t GetStopPosition() const { return 40; }