libpurple/protocols/zephyr/ZNewLocU.c

branch
release-2.x.y
changeset 43153
2e4624a59df5
parent 31294
73607ab89c6f
child 40624
6f7bbd42d36c
--- a/libpurple/protocols/zephyr/ZNewLocU.c	Tue Jan 21 10:33:37 2025 -0600
+++ b/libpurple/protocols/zephyr/ZNewLocU.c	Tue Jan 21 10:44:24 2025 -0600
@@ -10,10 +10,8 @@
 
 #include "internal.h"
 
-Code_t ZLocateUser(user, nlocs, auth)
-    char *user;
-    int *nlocs;
-    Z_AuthProc auth;
+Code_t
+ZLocateUser(char *user, int *nlocs, Z_AuthProc auth)
 {
     Code_t retval;
     ZNotice_t notice;

mercurial