Client: move connection functions into the class
This commit is contained in:
@@ -20,11 +20,6 @@
|
||||
#include "config.h"
|
||||
#include "ClientInternal.hxx"
|
||||
|
||||
bool client_is_expired(const Client *client)
|
||||
{
|
||||
return client->channel == NULL;
|
||||
}
|
||||
|
||||
int client_get_uid(const Client *client)
|
||||
{
|
||||
return client->uid;
|
||||
|
Reference in New Issue
Block a user