]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/capture/ether_freebsd/ether_cap.h
More clear plugin API
[stg.git] / projects / stargazer / plugins / capture / ether_freebsd / ether_cap.h
index 05357212b78c5dbb33e52241cf8c3489719aaa42..b51cc56d72329431a9a8bf1e39a2adf2f4c8e086 100644 (file)
@@ -95,12 +95,7 @@ public:
                         BPF_CAP();
     virtual             ~BPF_CAP() {}
 
-    void                SetUsers(USERS *) {}
-    void                SetTariffs(TARIFFS *) {}
-    void                SetAdmins(ADMINS *) {}
     void                SetTraffcounter(TRAFFCOUNTER * tc) { traffCnt = tc; }
-    void                SetStore(STORE *) {}
-    void                SetStgSettings(const SETTINGS *) {}
 
     int                 Start();
     int                 Stop();