summaryrefslogtreecommitdiffstats
path: root/server/main_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/main_channel.h')
-rw-r--r--server/main_channel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/main_channel.h b/server/main_channel.h
index 80475354..713bcd09 100644
--- a/server/main_channel.h
+++ b/server/main_channel.h
@@ -80,6 +80,7 @@ uint32_t main_channel_client_get_link_id(MainChannelClient *mcc);
int main_channel_client_is_low_bandwidth(MainChannelClient *mcc);
uint64_t main_channel_client_get_bitrate_per_sec(MainChannelClient *mcc);
+int main_channel_is_connected(MainChannel *main_chan);
// TODO: Defines used to calculate receive buffer size, and also by reds.c
// other options: is to make a reds_main_consts.h, to duplicate defines.