00001 00002 /* mguests.h */ 00003 00004 /* $Id: mguests.h,v 1.3 2005/08/08 09:43:07 murrayma Exp $ */ 00005 00006 #ifndef __MGUESTS_H 00007 #define __MGUESTS_H 00008 00009 #include "copyright.h" 00010 #include "config.h" 00011 #include "interface.h" 00012 00013 extern char *make_guest(DESC *); 00014 extern dbref create_guest(char *, char *); 00015 extern void destroy_guest(dbref); 00016 #endif