Use enum for perform_update() return code. Made function protected
[bpdyndnsd] / src / service_dyndns.hpp
index 2cbc541..33fded8 100644 (file)
@@ -47,7 +47,7 @@ public:
 
     ~ServiceDyndns();
 
-    int perform_update(const std::string& ip);
+    UpdateErrorCode perform_update(const std::string& ip);
 
 };