]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/capture/ether_freebsd/ether_cap.h
Massive refactoring.
[stg.git] / projects / stargazer / plugins / capture / ether_freebsd / ether_cap.h
index 0a00cb045babf5bb7ca1324ffbe9ffada6dfde6d..76785ed293ebb55f2116cf2549920371cc21ed39 100644 (file)
@@ -37,8 +37,6 @@
 #include "stg/module_settings.h"
 #include "stg/logger.h"
 
-extern "C" PLUGIN * GetPlugin();
-
 #define BUFF_LEN (128)
 
 class TRAFFCOUNTER;
@@ -107,7 +105,7 @@ public:
     int                 ParseSettings();
 
     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; }