diff options
Diffstat (limited to 'src/core/chat-protocols.h')
-rw-r--r-- | src/core/chat-protocols.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/chat-protocols.h b/src/core/chat-protocols.h index ad8c64ba..95ab0937 100644 --- a/src/core/chat-protocols.h +++ b/src/core/chat-protocols.h @@ -18,7 +18,8 @@ struct _CHAT_PROTOCOL_REC { void (*destroy_server_connect) (SERVER_CONNECT_REC *); SERVER_REC *(*server_connect) (SERVER_CONNECT_REC *); - CHANNEL_REC *(*channel_create) (SERVER_REC *, const char *, int); + CHANNEL_REC *(*channel_create) (SERVER_REC *, const char *, + const char *, int); QUERY_REC *(*query_create) (const char *, const char *, int); }; |