Client: rename the struct client to class Client
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include <unistd.h>
|
||||
|
||||
bool
|
||||
client_allow_file(const struct client *client, const char *path_fs,
|
||||
client_allow_file(const Client *client, const char *path_fs,
|
||||
GError **error_r)
|
||||
{
|
||||
#ifdef WIN32
|
||||
|
Reference in New Issue
Block a user