tinymush-3.1p1/game/backups/
tinymush-3.1p1/game/bin/
tinymush-3.1p1/game/data/
tinymush-3.1p1/game/modules/
tinymush-3.1p1/game/modules/old/
tinymush-3.1p1/src/modules/comsys/
tinymush-3.1p1/src/modules/hello/
tinymush-3.1p1/src/modules/mail/
tinymush-3.1p1/src/tools/
/* slave.h */
/* $Id: slave.h,v 1.4 2000/05/29 22:20:55 rmg Exp $ */

#include "copyright.h"

#ifndef __SLAVE_H
#define __SLAVE_H

enum {
    SLAVE_IDENTQ = 'i',
    SLAVE_IPTONAME = 'h'
};

#endif /* __SLAVE_H */