diff options
| author | Liam Mitchell <[email protected]> | 2025-08-22 22:29:14 +0000 |
|---|---|---|
| committer | Liam Mitchell <[email protected]> | 2025-08-22 22:29:14 +0000 |
| commit | b905b6d1d94c2a09c268603935991ee3c018c700 (patch) | |
| tree | ebc8885ebb627b52edbf4ab36427a571916e8d9d /src/zenutil/include | |
| parent | Remove workflow hacks for CI debugging (diff) | |
| download | zen-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.h | 2 |
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 |