Fix wrong function name

This commit is contained in:
smallmodel 2025-04-22 22:01:29 +02:00
parent a2bbf6cff8
commit 25de66ed80
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -54,7 +54,7 @@ Fax(714)549-0757
* @return const char* The master host
*/
extern const char *ServerListGetHost();
extern int ServerGetMsPort();
extern int ServerListGetMsPort();
#define MSHOST ServerListGetHost()
#define MSPORT ServerListGetMsPort()