Client: rename the struct client to class Client
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include <glib.h>
|
||||
|
||||
void
|
||||
time_print(struct client *client, const char *name, time_t t)
|
||||
time_print(Client *client, const char *name, time_t t)
|
||||
{
|
||||
#ifdef G_OS_WIN32
|
||||
const struct tm *tm2 = gmtime(&t);
|
||||
|
Reference in New Issue
Block a user