/********************************************************
 * File: areafix.h
 * Created at Sun Jan 28 22:10:29 MSK 2001 by raorn // raorn@binec.ru
 *
 * $Id: areafix.h,v 1.4 2001/11/10 19:22:56 raorn Exp $
 *******************************************************/

#define SENDLIST_FULL      1
#define SENDLIST_AVAIL     2
#define SENDLIST_QUERY     3
#define SENDLIST_UNLINKED  4
#define SENDLIST_HELP      5
#define SENDLIST_INFO      6

bool ScanAreaFix(void);
bool CheckAreaFix(void);
void DoSendAFList(short type, struct ConfigNode *cnode);
bool AreaFix(struct MemMessage *mm);
/* void rawRemoveArea(struct Area *area); */
void SendRemoveMessages(struct Area *area);
void RemoveDeletedAreas(void);


syntax highlighted by Code2HTML, v. 0.9.1