]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/capture/cap_nf/cap_nf.h
Fix email.
[stg.git] / projects / stargazer / plugins / capture / cap_nf / cap_nf.h
index bcb8b743619ac4658a49bb130a6b50bd5909a188..8a467c47195796166466ee90126fc7d4d1d8dfaf 100644 (file)
@@ -19,7 +19,7 @@ Date: 16.05.2008
 */
 
 /*
-* Author : Maxim Mamontov <faust@stg.dp.ua>
+* Author : Maksym Mamontov <stg@madf.info>
 */
 
 /*
@@ -99,7 +99,7 @@ public:
 
     int             Start();
     int             Stop();
-    int             Reload() { return 0; }
+    int             Reload(const MODULE_SETTINGS & /*ms*/) { return 0; }
     bool            IsRunning() { return runningTCP || runningUDP; }
     const std::string & GetStrError() const { return errorStr; }
     std::string     GetVersion() const { return VERSION; }