Update of /cvsroot/netrek/client/netrekxp/include
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv32689/include

Modified Files:
	proto.h 
Log Message:
Fix to bug where client sometimes has wrong value for what planet you are orbitting.
Addition of phaser stats to long packets.

Index: proto.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/proto.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- proto.h	19 May 2006 18:08:07 -0000	1.17
+++ proto.h	20 May 2006 03:55:23 -0000	1.18
@@ -69,6 +69,7 @@
 void db_redraw (int fr);
 void db_special (int fr, int x, int y);
 int repair_time (void);
+int get_closest_planet(int x, int y);
 
 /******************************************************************************/
 /***  dashboard3.c                                                          ***/