ackfuss-4.4.1/
ackfuss-4.4.1/board/
ackfuss-4.4.1/help/k/
ackfuss-4.4.1/help/n/
ackfuss-4.4.1/help/s/
ackfuss-4.4.1/help/u/
ackfuss-4.4.1/help/v/
ackfuss-4.4.1/help/x/
ackfuss-4.4.1/help/y/
ackfuss-4.4.1/help/z/
ackfuss-4.4.1/src/areaconvert/
ackfuss-4.4.1/src/areaconvert/h/
/***************************************************************************
 * _/_/_/_/  _/    _/  _/_/_/_/ _/_/_/_/ 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_BUILDARE_H

#if __STDC__ || defined(__cplusplus)
#define P_(s) s
#else
#define P_(s) ()
#endif

#define AREA_NOERROR   0
#define AREA_SHOWERROR 1

/* buildare.c */
bool build_canread P_((AREA_DATA *Area, CHAR_DATA *ch, int showerror));
bool build_canwrite P_((AREA_DATA *Area, CHAR_DATA *ch, int showerror));
void build_save_area_list P_((void));
DECLARE_DO_FUN(build_makearea);
DECLARE_DO_FUN(build_setarea);
DECLARE_DO_FUN(build_findarea);
DECLARE_DO_FUN(build_showarea);
DECLARE_DO_FUN(build_arealist);

#undef P_