From 48d7f1ace168d07dad339718f1350979545f15d2 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 25 Feb 2024 15:52:04 -0600 Subject: [PATCH] Fix incorrect function definition --- src/Connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Connection.c b/src/Connection.c index dddff92..b48a7e7 100644 --- a/src/Connection.c +++ b/src/Connection.c @@ -524,7 +524,7 @@ int LiStartConnection(PSERVER_INFORMATION serverInfo, PSTREAM_CONFIGURATION stre return err; } -const char* LiGetLaunchUrlQueryParameters() { +const char* LiGetLaunchUrlQueryParameters(void) { // v0 = Video encryption and control stream encryption v2 // v1 = RTSP encryption return "&corever=1";