/* $Id$ */ #ifndef _MOVER_H #define _MOVER_H void mover(char *); void MoveBad(void); #endif