/* vi: set ts=2: +-------------------+ Christian Schlittchen | | Enno Rehling | Eressea PBEM host | Katja Zedel | (c) 1998 - 2001 | Henning Peters | | Ingo Wilken +-------------------+ Stefan Reich This program may not be used, modified or distributed without prior permission by the authors of Eressea. $Id: ugroup.h,v 1.1 2001/04/28 12:03:12 corwin Exp $ */ #ifndef AUGROUP_H #define AUGROUP_H extern struct attrib_type at_ugroup; void init_ugroup(void); #endif