aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil/include
diff options
context:
space:
mode:
authorLiam Mitchell <[email protected]>2025-08-22 22:29:14 +0000
committerLiam Mitchell <[email protected]>2025-08-22 22:29:14 +0000
commitb905b6d1d94c2a09c268603935991ee3c018c700 (patch)
treeebc8885ebb627b52edbf4ab36427a571916e8d9d /src/zenutil/include
parentRemove workflow hacks for CI debugging (diff)
downloadzen-b905b6d1d94c2a09c268603935991ee3c018c700.tar.xz
zen-b905b6d1d94c2a09c268603935991ee3c018c700.zip
Move ReportServiceStatus to zenutil and remove extraneous logging
Diffstat (limited to 'src/zenutil/include')
-rw-r--r--src/zenutil/include/zenutil/service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zenutil/include/zenutil/service.h b/src/zenutil/include/zenutil/service.h
index 2798bcb1f..a8bb868b3 100644
--- a/src/zenutil/include/zenutil/service.h
+++ b/src/zenutil/include/zenutil/service.h
@@ -53,4 +53,6 @@ std::error_code QueryInstalledService(std::string_view ServiceName, ServiceInfo&
std::error_code StartService(std::string_view ServiceName);
std::error_code StopService(std::string_view ServiceName);
+void ReportServiceStatus(ServiceStatus Status);
+
} // namespace zen