mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fix wrong function name
This commit is contained in:
parent
a2bbf6cff8
commit
25de66ed80
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue