#ifndef	_MOVER_H
#define	_MOVER_H


void mover(char *, char *);
void MoveBad(void);


#endif