comparison 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
comparison
equal deleted inserted replaced
22076:d60aa8fdad55 22077:97c40983e5f7
18 } 18 }
19 19
20 Code_t ZSrvSendNotice(notice, cert_routine, send_routine) 20 Code_t ZSrvSendNotice(notice, cert_routine, send_routine)
21 ZNotice_t *notice; 21 ZNotice_t *notice;
22 Z_AuthProc cert_routine; 22 Z_AuthProc cert_routine;
23 Code_t (*send_routine)(void); 23 Code_t (*send_routine)();
24 { 24 {
25 Code_t retval; 25 Code_t retval;
26 ZNotice_t newnotice; 26 ZNotice_t newnotice;
27 char *buffer; 27 char *buffer;
28 int len; 28 int len;