diff src/protocols/zephyr/zephyr.h @ 12424:7c2e2c4d45a4

[gaim-migrate @ 14731] Add prototypes, make things static, or #if 0 out unused function as necessary to get zephyr to compile without prototype warnings. It's painfully obvious that this code was written before prototypes existed, or at least before they became standard. As we need to maintain source compatibility with an external libzephyr, I can't really start adding header files. If someone cares about this protocol, feel free to clean this up a bit. My only concern is that I caught any actual mistakes and that it compiles without spurious warnings that would distract us from problems elsewhere. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 08 Dec 2005 23:38:36 +0000
parents 64895571248f
children
line wrap: on
line diff
--- a/src/protocols/zephyr/zephyr.h	Thu Dec 08 23:36:47 2005 +0000
+++ b/src/protocols/zephyr/zephyr.h	Thu Dec 08 23:38:36 2005 +0000
@@ -97,7 +97,7 @@
     int			z_authent_len;
     char		*z_ascii_authent;
     char		*z_class;
-    const char	*z_class_inst;
+    const char		*z_class_inst;
     char		*z_opcode;
     char		*z_sender;
     const char		*z_recipient;
@@ -177,8 +177,6 @@
 Code_t ZSetFD ZP((int));
 Code_t ZFormatSmallRawNotice ZP((ZNotice_t*, ZPacket_t, int*));
 int ZCompareUID ZP((ZUnique_Id_t*, ZUnique_Id_t*));
-Code_t ZSrvSendRawList ZP((ZNotice_t*, char*[], int,
-			   Code_t (*)(ZNotice_t *, char *, int, int)));
 Code_t ZMakeAscii ZP((char*, int, unsigned char*, int));
 Code_t ZMakeAscii32 ZP((char *, int, unsigned long));
 Code_t ZMakeAscii16 ZP((char *, int, unsigned int));