]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
add missing declaration for clearServerStateChangeCallbacks() 15714/head
authorOliver Chen <oliver.chen@nokia-sbell.com>
Mon, 23 Jun 2025 13:49:39 +0000 (13:49 +0000)
committerOliver Chen <oliver.chen@nokia-sbell.com>
Mon, 23 Jun 2025 13:49:39 +0000 (13:49 +0000)
pdns/dnsdistdist/dnsdist-lua-hooks.hh

index abd0f29161b8196849f7a5800add3c1b2ca18db3..89a4d485e7f751948080651e55c2b4bcf5525f23 100644 (file)
@@ -33,5 +33,6 @@ void clearMaintenanceHooks();
 void runExitCallbacks(const LuaContext& context);
 void clearExitCallbacks();
 void runServerStateChangeHooks(const LuaContext& context, const std::string& nameWithAddr, bool newState);
+void clearServerStateChangeCallbacks();
 void setupLuaHooks(LuaContext& luaCtx);
 }