libpurple/protocols/zephyr/ZWait4Not.c

changeset 39829
ce056c64e426
parent 31294
73607ab89c6f
child 40166
811f82db29dd
--- a/libpurple/protocols/zephyr/ZWait4Not.c	Mon Sep 16 19:37:11 2019 -0400
+++ b/libpurple/protocols/zephyr/ZWait4Not.c	Mon Sep 16 19:50:39 2019 -0400
@@ -32,7 +32,7 @@
 
 Code_t Z_WaitForNotice (notice, pred, arg, timeout)
      ZNotice_t *notice;
-     int (*pred) __P((ZNotice_t *, void *));
+     int (*pred)(ZNotice_t *, void *);
      void *arg;
      int timeout;
 {

mercurial