Use enum for perform_update() return code. Made function protected
[bpdyndnsd] / src / service_ods.hpp
index 85141ca..1a948c1 100644 (file)
@@ -42,7 +42,7 @@ public:
 
     ~ServiceOds();
 
-    int perform_update(const std::string& ip);
+    UpdateErrorCode perform_update(const std::string& ip);
 };
 
 #endif