Log if we don't update a service when switching from offline to online, otherwise...
[bpdyndnsd] / src / updater.hpp
index 7d1da06..d752989 100644 (file)
@@ -38,7 +38,7 @@ public:
 
     ~Updater();
 
-    void update_services() const;
+    void update_services(bool changed_to_online) const;
 
     int init_config_from_cmd(int argc, char *argv[]) const;