5 lines
86 B
C++
5 lines
86 B
C++
#pragma once
|
|
|
|
class Connection;
|
|
auto watchdog_thread(Connection& connection) -> void;
|