libpurple/protocols/zephyr/ZSendList.c

branch
release-2.x.y
changeset 43154
10ae9c0f0cbf
parent 43153
2e4624a59df5
--- a/libpurple/protocols/zephyr/ZSendList.c	Tue Jan 21 10:44:24 2025 -0600
+++ b/libpurple/protocols/zephyr/ZSendList.c	Tue Jan 21 10:49:29 2025 -0600
@@ -18,7 +18,7 @@
 
 Code_t
 ZSrvSendList(ZNotice_t *notice, char *list[], int nitems,
-             Z_AuthProc cert_routine, Code_t (*send_routine)())
+             Z_AuthProc cert_routine, Z_SendProc send_routine)
 {
     Code_t retval;
     ZNotice_t newnotice;

mercurial