ascii-chat 0.6.0
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:292
int keepalive_start_thread()
Start keepalive/ping thread.
Definition keepalive.c:234
void keepalive_stop_thread()
Stop keepalive/ping thread.
Definition keepalive.c:260