/* PR-QWK - QWK Importer for UMS
 * Copyright (C) 1998 J.Ross Nicoll
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */

/* Config data */
extern BOOL ShowDebug;
extern BOOL Keep;
extern BOOL MailBulletins;
extern BOOL MailGoodbye;
extern BOOL MailNews;
extern BOOL MailNewFiles;
extern BOOL MailSession;
extern BOOL MailWelcome;
extern BOOL NoExport;
extern BOOL NoImport;
extern BOOL ShowBulletins;
extern BOOL ShowGoodbye;
extern BOOL ShowNews;
extern BOOL ShowNewFiles;
extern BOOL ShowSession;
extern BOOL ShowWelcome;
extern BPTR InboundDirLock;
extern BPTR TempDirLock;
extern STRPTR ArcCmd;
extern STRPTR ArchiveFilename;
extern STRPTR BaseGroup;
extern STRPTR DearcCmd;
extern STRPTR Inbound;
extern STRPTR MailFolder;
extern STRPTR MailTo;
extern STRPTR Outbound;
extern STRPTR PacketName;
extern STRPTR Password;
extern STRPTR Server;
extern STRPTR Site;
extern STRPTR TempDir;
extern STRPTR User;
extern ULONG BaseGroupLen;
extern ULONG BufferSize;

/* DOS variables */
extern BPTR   InputHandle;
extern BPTR   OldOutputHandle;
extern BPTR   OutputHandle;
extern struct FileInfoBlock *FileInfoBlock;
extern struct TagItem ioSystemTags[3];

/* Exec variables */
extern APTR   MainPool;
extern struct Library *AsyncIOBase;
extern struct DOSBase *DOSBase;
extern struct Library *IconBase;
extern struct Library *IntuitionBase;
extern struct Library *LocaleBase;
extern struct Library *SysBase;
extern struct Library *UMSBase;
extern struct Library *UtilityBase;
extern struct WBStartup *WBStartup;

/* Internal data */
extern STRPTR SiteAddr;
extern struct ControlData ControlData;
extern struct EasyStruct EasyStruct;
extern struct TagItem BlankTag;
extern TEXT FormatBuffer[];
extern ULONG IDCMPFlags;

/* Locale variables */
extern struct Catalog *Catalog;
extern struct Locale *Locale;

/* Permanent stuff */
extern const TEXT Blank[];
extern const TEXT Text_Version[];

/* UMS variables */
extern BOOL FatalUMSError;
extern UMSAccount Account;
