aboutsummaryrefslogtreecommitdiff
path: root/src/ClientSubscribe.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClientSubscribe.hxx')
-rw-r--r--src/ClientSubscribe.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ClientSubscribe.hxx b/src/ClientSubscribe.hxx
index 9b62374a..42c8ed8f 100644
--- a/src/ClientSubscribe.hxx
+++ b/src/ClientSubscribe.hxx
@@ -24,7 +24,7 @@
typedef struct _GSList GSList;
class Client;
-struct client_message;
+class ClientMessage;
enum client_subscribe_result {
/** success */
@@ -50,7 +50,7 @@ void
client_unsubscribe_all(Client *client);
bool
-client_push_message(Client *client, const struct client_message *msg);
+client_push_message(Client *client, const ClientMessage &msg);
gcc_malloc
GSList *