// SPDX-License-Identifier: BSD-2-Clause // Copyright (c) 2025 Kirill Dmitrievich // File: status.hh // Description: Respond to client bothering #ifndef SERVER_STATUS_HH #define SERVER_STATUS_HH #pragma once namespace status { void init(void); } // namespace status #endif