libpurple/protocols/zephyr/ZCkAuth.c

branch
release-2.x.y
changeset 43153
2e4624a59df5
parent 31294
73607ab89c6f
child 40624
6f7bbd42d36c
--- a/libpurple/protocols/zephyr/ZCkAuth.c	Tue Jan 21 10:33:37 2025 -0600
+++ b/libpurple/protocols/zephyr/ZCkAuth.c	Tue Jan 21 10:44:24 2025 -0600
@@ -18,9 +18,8 @@
    When not using Kerberos, return true if the notice claims to be authentic.
    Only used by clients; the server uses its own routine.
  */
-Code_t ZCheckAuthentication(notice, from)
-    ZNotice_t *notice;
-    struct sockaddr_in *from;
+Code_t
+ZCheckAuthentication(ZNotice_t *notice, struct sockaddr_in *from)
 {
 #ifdef ZEPHYR_USES_KERBEROS
     int result;

mercurial