Home
last modified time | relevance | path

Searched refs:conn_get_realminfo (Results 1 – 2 of 2) sorted by relevance

/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Dconnection.h358 extern char const * conn_get_realminfo(t_connection const * c);
H A Dconnection.c2537 if (!conn_get_realm(c) || !conn_get_realminfo(c)) in conn_get_playerinfo()
2543 strcpy(playerinfo,conn_get_realminfo(c)); in conn_get_playerinfo()
2658 extern char const * conn_get_realminfo(t_connection const * c) in conn_get_realminfo() function