From d4a82ff1dda3876d064790b45187f3d627527b28 Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Thu, 29 Aug 2002 09:03:36 +0000 Subject: [PATCH] formatting --- include/ipx.h | 71 ++++++++++++++++++++++----------------------------- 1 file changed, 30 insertions(+), 41 deletions(-) diff --git a/include/ipx.h b/include/ipx.h index 692db08e..a2056187 100644 --- a/include/ipx.h +++ b/include/ipx.h @@ -1,3 +1,4 @@ +/* $Id: ipx.h,v 1.5 2002-08-29 09:03:36 btb Exp $ */ /* THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO @@ -7,100 +8,90 @@ IN USING, DISPLAYING, AND CREATING DERIVATIVE WORKS THEREOF, SO LONG AS SUCH USE, DISPLAY OR CREATION IS FOR NON-COMMERCIAL, ROYALTY OR REVENUE FREE PURPOSES. IN NO EVENT SHALL THE END-USER USE THE COMPUTER CODE CONTAINED HEREIN FOR REVENUE-BEARING PURPOSES. THE END-USER UNDERSTANDS -AND AGREES TO THE TERMS HEREIN AND ACCEPTS THE SAME BY USE OF THIS FILE. +AND AGREES TO THE TERMS HEREIN AND ACCEPTS THE SAME BY USE OF THIS FILE. COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. */ /* - * $Source: /cvs/cvsroot/d2x/include/ipx.h,v $ - * $Revision: 1.4 $ - * $Author: btb $ - * $Date: 2002-08-29 09:02:05 $ - * - * Prototype for IPX communications. - * - * $Log: not supported by cvs2svn $ - * Revision 1.1.1.1 2001/01/19 03:30:16 bradleyb - * Import of d2x-0.0.8 * - * Revision 1.1.1.1 1999/06/14 22:02:16 donut - * Import of d1x 1.37 source. + * Prototype for IPX communications. * + * Old Log: * Revision 2.6 1995/03/29 11:19:32 john * Added broadcasting over a net. - * + * * Revision 2.5 1995/03/28 20:04:43 john * Took away alternate server stuff. - * + * * Revision 2.4 1995/03/23 19:00:10 john * Added user list capabitly. - * + * * Revision 2.3 1995/03/23 12:26:57 john * Move IPX into bios lib. - * + * * Revision 2.2 1995/03/22 19:08:14 john * Added code to fix sending packets over router... now * we just need to make broadcasts go over router!! - * + * * Revision 2.1 1995/03/21 08:39:56 john * Ifdef'd out the NETWORK code. - * + * * Revision 2.0 1995/02/27 11:30:16 john * New version 2.0, which has no anonymous unions, builds with * Watcom 10.0, and doesn't require parsing BITMAPS.TBL. - * + * * Revision 1.16 1995/02/16 17:34:52 john * Added code to allow dynamic socket changing. - * + * * Revision 1.15 1995/01/04 21:43:27 rob * Remove SPX size definition. - * + * * Revision 1.14 1995/01/03 13:46:18 john * Added code that should make ipx work over different servers, * but ifdef'd it out with SHAREWARE in ipx.c. I haven't tested * this, and I hope it doesn't introduce net bugs. - * + * * Revision 1.13 1994/11/02 11:37:16 rob * Changed default socket number to a higher regions. - * + * * Revision 1.12 1994/11/01 15:56:51 rob * Added defines for SPX socketsx. - * + * * Revision 1.11 1994/10/31 19:23:31 rob * Added a prototype for the new object send function. - * + * * Revision 1.10 1994/09/07 13:37:25 john - * Changed default socket to 0x4000, because + * Changed default socket to 0x4000, because * the ipx/spx book says that we can only use * sockets 0x4000 - 0x7fff. - * + * * Revision 1.9 1994/08/25 18:14:45 matt * Changed socket because of packet change - * + * * Revision 1.8 1994/08/12 22:42:24 john * Took away Player_stats; added Players array. - * + * * Revision 1.7 1994/08/09 19:31:47 john * Networking changes. - * + * * Revision 1.6 1994/08/05 16:11:46 john * Psuedo working version of networking. - * + * * Revision 1.5 1994/08/04 19:17:20 john * Inbetween version of network stuff. - * + * * Revision 1.4 1994/07/29 16:08:59 john * *** empty log message *** - * + * * Revision 1.3 1994/07/25 12:33:22 john * Network "pinging" in. - * + * * Revision 1.2 1994/07/20 15:58:29 john * First installment of ipx stuff. - * + * * Revision 1.1 1994/07/19 15:43:05 john * Initial revision - * - * + * + * */ #ifndef _IPX_H @@ -114,7 +105,7 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. #endif //--------------------------------------------------------------- -// Initializes all IPX internals. +// Initializes all IPX internals. // If socket_number==0, then opens next available socket. // Returns: 0 if successful. // -1 if socket already open. @@ -151,5 +142,3 @@ extern void ipx_read_user_file(char * filename); extern void ipx_read_network_file(char * filename); #endif - - -- 2.39.2