diff libpurple/protocols/zephyr/ZSendNot.c @ 22077:97c40983e5f7

Revert some of my -Wstrict-prototypes fixes here, as they are causing more warnings that I can't fix without making things worse when compiling with a system zephyr library.
author Richard Laager <rlaager@wiktel.com>
date Mon, 14 Jan 2008 03:33:21 +0000
parents c38d72677c8a
children a8cc50c2279f
line wrap: on
line diff
--- a/libpurple/protocols/zephyr/ZSendNot.c	Mon Jan 14 03:26:47 2008 +0000
+++ b/libpurple/protocols/zephyr/ZSendNot.c	Mon Jan 14 03:33:21 2008 +0000
@@ -20,7 +20,7 @@
 Code_t ZSrvSendNotice(notice, cert_routine, send_routine)
     ZNotice_t *notice;
     Z_AuthProc cert_routine;
-    Code_t (*send_routine)(void);
+    Code_t (*send_routine)();
 {    
     Code_t retval;
     ZNotice_t newnotice;