Use enum for perform_update() return code. Made function protected
[bpdyndnsd] / src / service_dhs.hpp
index b529a0d..26b87fd 100644 (file)
@@ -48,7 +48,7 @@ public:
 
     ~ServiceDhs();
 
-    int perform_update(const std::string& ip);
+    UpdateErrorCode perform_update(const std::string& ip);
 };
 
 #endif