mux2.0/
mux2.0/game/bin/
mux2.0/game/data/
mux2.0/src/tools/
/* mguests.h */
/* $Id: mguests.h,v 1.1 2000/04/11 07:14:46 sdennis Exp $ */

#ifndef  __MGUESTS_H
#define __MGUESTS_H

#include "copyright.h"
#include "autoconf.h"
#include "interface.h"

extern char *   FDECL(make_guest, (DESC *));
extern dbref    FDECL(create_guest, (char *, char *));
extern void FDECL(destroy_guest, (dbref));
#endif