libpurple/protocols/zephyr/ZFmtList.c

branch
release-2.x.y
changeset 43153
2e4624a59df5
parent 31294
73607ab89c6f
--- a/libpurple/protocols/zephyr/ZFmtList.c	Tue Jan 21 10:33:37 2025 -0600
+++ b/libpurple/protocols/zephyr/ZFmtList.c	Tue Jan 21 10:44:24 2025 -0600
@@ -10,14 +10,9 @@
 
 #include "internal.h"
 
-Code_t ZFormatNoticeList(notice, list, nitems, buffer, ret_len,
-			 cert_routine)
-    ZNotice_t *notice;
-    register char **list;
-    int nitems;
-    char **buffer;
-    int *ret_len;
-    Z_AuthProc cert_routine;
+Code_t
+ZFormatNoticeList(ZNotice_t *notice, register char **list, int nitems,
+                  char **buffer, int *ret_len, Z_AuthProc cert_routine)
 {
     char header[Z_MAXHEADERLEN];
     register int i;

mercurial