Update of /cvsroot/netrek/server/Vanilla/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3938/include Modified Files: proto.h Log Message: factorise team name Index: proto.h =================================================================== RCS file: /cvsroot/netrek/server/Vanilla/include/proto.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- proto.h 22 Apr 2006 11:31:53 -0000 1.5 +++ proto.h 23 Apr 2006 10:39:10 -0000 1.6 @@ -149,6 +149,7 @@ /* orbit.c */ void orbit(void); +void orbit_release_by_planet(struct planet *pl); /* phaser.c */ void phaser(u_char course); @@ -239,6 +240,10 @@ #endif /* LTD_STATS */ int find_slot_by_host(char *host, int j); int mprintf(char *format, ...); +char *team_name(int team); +char *team_verb(int team); +char *team_code(int team); +int team_find(char *name); /* warning.c */ void new_warning(int index, const char *fmt, ...);