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

Modified Files:
	proto.h 
Log Message:
Adds packetLights functionality, to all 4 dashboards.  Modified
to blink the same (mostly) at any update rate.

Index: proto.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/proto.h,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- proto.h	19 Mar 2007 00:05:13 -0000	1.41
+++ proto.h	26 Mar 2007 04:40:51 -0000	1.42
@@ -63,6 +63,9 @@
 //static void    db_box(int x, int y, int w, int h, int f, int color);
 //static void    db_bar(char *lab, int x, int y, int value, int tmpmax, int max, int digits, int color);
 //static void    db_flags(int fr);
+void light_erase (void);
+void light_receive (void);
+void light_send (void);
 void db_timer (int fr, int xloc, int yloc);
 void db_redraw_krp (int fr);
 void db_redraw_COW (int fr);