Update of /cvsroot/netrek/server/Vanilla/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3659/include

Modified Files:
	proto.h 
Log Message:
fix compilation errors on sequencer following previous commands.c change

Index: proto.h
===================================================================
RCS file: /cvsroot/netrek/server/Vanilla/include/proto.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- proto.h	23 Apr 2006 10:39:10 -0000	1.6
+++ proto.h	6 May 2006 13:12:56 -0000	1.7
@@ -6,6 +6,12 @@
 #ifndef __INCLUDED_proto_h__
 #define __INCLUDED_proto_h__
 
+/* balance.c */
+#if defined (TRIPLE_PLANET_MAYHEM)
+void do_balance(void);
+void do_triple_planet_mayhem(void);
+#endif
+
 /* bay.c */
 void bay_consistency_check(struct player *base);
 struct player *bay_owner(struct player *me);