*: use references instead of pointers
This commit is contained in:
@@ -49,6 +49,6 @@ void stats_global_finish(void);
|
||||
void stats_update(void);
|
||||
|
||||
void
|
||||
stats_print(Client *client);
|
||||
stats_print(Client &client);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user