diff src/protocols/zephyr/zephyr.h @ 7475:08ce2a94d9c7

[gaim-migrate @ 8088] I made Gaim compile with -ansi in my CFLAGS... I don't really know why. I had to set HAVE_GETADDRINFO and HAVE_SIGNAL_H to 0 committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 11 Nov 2003 07:08:13 +0000
parents 1930e3d00ecd
children 5727afad0fb8
line wrap: on
line diff
--- a/src/protocols/zephyr/zephyr.h	Tue Nov 11 05:57:24 2003 +0000
+++ b/src/protocols/zephyr/zephyr.h	Tue Nov 11 07:08:13 2003 +0000
@@ -4,8 +4,8 @@
  *	Created by:	Robert French
  *
  *	$Source$
- *	$Author: faceprint $
- *	$Id: zephyr.h 7838 2003-10-14 05:07:39Z faceprint $
+ *	$Author: thekingant $
+ *	$Id: zephyr.h 8088 2003-11-11 07:08:13Z thekingant $
  *
  *	Copyright (c) 1987,1988,1991 by the Massachusetts Institute of
  *	Technology. For copying and distribution information, see the
@@ -99,7 +99,7 @@
     ZChecksum_t		z_checksum;
     int			z_num_other_fields;
     char		*z_other_fields[Z_MAXOTHERFIELDS];
-    caddr_t		z_message;
+    void		*z_message;
     int			z_message_len;
 } ZNotice_t;