src/nametab.h

Go to the documentation of this file.
00001 #ifndef __NAMETAB_H__
00002 #define __NAMETAB_H__
00003 typedef struct name_table {
00004     char *name;
00005     int minlen;
00006     int perm;
00007     int flag;
00008 } NAMETAB;
00009 #endif
00010 

Generated on Mon May 28 04:25:25 2007 for BattletechMUX by  doxygen 1.4.7