From 81d6473e1959b44bea9509fb1d1583cde6391d80 Mon Sep 17 00:00:00 2001 From: "C.W. Betts" Date: Wed, 12 Jun 2024 03:41:11 -0600 Subject: [PATCH] Fix DedicatedServerPrintf_fp to actually match the definition of PrintDedicatedMessage. --- netcon/includes/con_dll.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netcon/includes/con_dll.h b/netcon/includes/con_dll.h index 7960b4941..b6544ad3d 100644 --- a/netcon/includes/con_dll.h +++ b/netcon/includes/con_dll.h @@ -404,7 +404,7 @@ DoUI_fp DLLDoUI; typedef void (*Debug_ConsolePrintf_fp)(int n, const char *format, ...); Debug_ConsolePrintf_fp DLLDebug_ConsolePrintf; -typedef void (*DedicatedServerPrintf_fp)(char *format, ...); +typedef void (*DedicatedServerPrintf_fp)(const char *format, ...); DedicatedServerPrintf_fp DLLPrintDedicatedMessage; /* typedef int( *ValidateUser_fp) (validate_id_request *valid_id, char *trackerid);