Use enum for perform_update() return code. Made function protected
[bpdyndnsd] / src / service_zoneedit.hpp
index 836cc80..434b93b 100644 (file)
@@ -46,7 +46,7 @@ public:
 
     ~ServiceZoneedit();
 
-    int perform_update(const std::string& ip);
+    UpdateErrorCode perform_update(const std::string& ip);
 };
 
 #endif