Skip to content

Commit

Permalink
Merge pull request #434 from MaddTheSane/DedicatedServerPrintf_fp
Browse files Browse the repository at this point in the history
Fix DedicatedServerPrintf_fp definition
Lgt2x authored Jun 15, 2024
2 parents 71068c8 + 81d6473 commit 6255917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netcon/includes/con_dll.h
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit 6255917

Please sign in to comment.