comparison libpurple/protocols/zephyr/zephyr.h @ 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
comparison
equal deleted inserted replaced
22076:d60aa8fdad55 22077:97c40983e5f7
161 Code_t ZReadAscii ZP((char*, int, unsigned char*, int)); 161 Code_t ZReadAscii ZP((char*, int, unsigned char*, int));
162 Code_t ZReadAscii32 ZP((char *, int, unsigned long *)); 162 Code_t ZReadAscii32 ZP((char *, int, unsigned long *));
163 Code_t ZReadAscii16 ZP((char *, int, unsigned short *)); 163 Code_t ZReadAscii16 ZP((char *, int, unsigned short *));
164 Code_t ZSendPacket ZP((char*, int, int)); 164 Code_t ZSendPacket ZP((char*, int, int));
165 Code_t ZSendList ZP((ZNotice_t*, char *[], int, Z_AuthProc)); 165 Code_t ZSendList ZP((ZNotice_t*, char *[], int, Z_AuthProc));
166 Code_t ZSrvSendList ZP((ZNotice_t*, char*[], int, Z_AuthProc, Code_t (*)(void))); 166 Code_t ZSrvSendList ZP((ZNotice_t*, char*[], int, Z_AuthProc, Code_t (*)()));
167 Code_t ZSendNotice ZP((ZNotice_t *, Z_AuthProc)); 167 Code_t ZSendNotice ZP((ZNotice_t *, Z_AuthProc));
168 Code_t ZSrvSendNotice ZP((ZNotice_t*, Z_AuthProc, Code_t (*)(void))); 168 Code_t ZSrvSendNotice ZP((ZNotice_t*, Z_AuthProc, Code_t (*)()));
169 Code_t ZFormatNotice ZP((ZNotice_t*, char**, int*, Z_AuthProc)); 169 Code_t ZFormatNotice ZP((ZNotice_t*, char**, int*, Z_AuthProc));
170 Code_t ZFormatSmallNotice ZP((ZNotice_t*, ZPacket_t, int*, Z_AuthProc)); 170 Code_t ZFormatSmallNotice ZP((ZNotice_t*, ZPacket_t, int*, Z_AuthProc));
171 Code_t ZFormatRawNoticeList ZP((ZNotice_t *notice, char *list[], int nitems, 171 Code_t ZFormatRawNoticeList ZP((ZNotice_t *notice, char *list[], int nitems,
172 char **buffer, int *ret_len)); 172 char **buffer, int *ret_len));
173 Code_t ZLocateUser ZP((char *, int *, Z_AuthProc)); 173 Code_t ZLocateUser ZP((char *, int *, Z_AuthProc));