Home
last modified time | relevance | path

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

/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Dhandle_bnet.c172 static int _client_gamereport(t_connection * c, t_packet const *const packet);
273 {CLIENT_GAME_REPORT, _client_gamereport},
3766 static int _client_gamereport(t_connection * c, t_packet const *const packet) in _client_gamereport() function