Use enum for perform_update() return code. Made function protected
[bpdyndnsd] / src / service_easydns.hpp
index 7b8dad6..b554ffa 100644 (file)
@@ -50,7 +50,7 @@ public:
 
     ~ServiceEasydns();
 
-    int perform_update(const std::string& ip);
+    UpdateErrorCode perform_update(const std::string& ip);
 
 };