ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
keepalive.h
Go to the documentation of this file.
1
13#pragma once
14
15#include <stdbool.h>
16
24
31
bool keepalive_thread_exited()
Check if keepalive thread has exited.
Definition keepalive.c:291
int keepalive_start_thread()
Start keepalive/ping thread.
Definition keepalive.c:233
void keepalive_stop_thread()
Stop keepalive/ping thread.
Definition keepalive.c:259