/*************************************************************************** * _/_/_/_/ _/ _/ _/_/_/_/ _/_/_/_/ AckFUSS is modified ACK!MUD 4.3.1 * * _/ _/ _/ _/ _/ copyright Matt Goff (Kline) 2008 * * _/_/ _/ _/ _/_/_/_/ _/_/_/_/ * * _/ _/ _/ _/ _/ Support for this code is provided * * _/ _/_/_/_/ _/_/_/_/ _/_/_/_/ at www.ackmud.net -- check it out!* ***************************************************************************/ #define DEC_AREACHK_H #if __STDC__ || defined(__cplusplus) #define P_(s) s #else #define P_(s) () #endif /* areachk.c */ void swap_global_hash P_((char Tp, void *Ptr, int old_vnum, int new_vnum)); void do_check_areas P_((CHAR_DATA *ch, char *argument)); void do_check_area P_((CHAR_DATA *ch, char *argument)); #undef P_