comparison libpurple/protocols/zephyr/ZSendNot.c @ 22007:c38d72677c8a

Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up the existing warnings. I removed a handful of dead code and cleaned up a couple of things that I stumbled across.
author Richard Laager <rlaager@wiktel.com>
date Thu, 03 Jan 2008 04:57:40 +0000
parents 5fe8042783c1
children 97c40983e5f7
comparison
equal deleted inserted replaced
21975:c7c5e2ff2b04 22007:c38d72677c8a
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)(); 23 Code_t (*send_routine)(void);
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;