Use enum for perform_update() return code. Made function protected
[bpdyndnsd] / src / service_gnudip.hpp
index 4a1e5df..c2be8ed 100644 (file)
@@ -51,7 +51,7 @@ public:
 
     ~ServiceGnudip();
 
-    int perform_update(const std::string& ip);
+    UpdateErrorCode perform_update(const std::string& ip);
 
 };