diff options
Diffstat (limited to 'src/game/client/bother.hh')
| -rw-r--r-- | src/game/client/bother.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/bother.hh b/src/game/client/bother.hh index fab62d1..2ff44cf 100644 --- a/src/game/client/bother.hh +++ b/src/game/client/bother.hh @@ -14,7 +14,7 @@ struct BotherResponseEvent final { namespace bother { void init(void); -void deinit(void); +void shutdown(void); void update_late(void); void ping(unsigned int identity, const char* host, std::uint16_t port); void cancel(unsigned int identity); |
