// **************************************************************************
// **************************************************************************
// **************************************************************************
// **                                                                      **
// ** SWD.H                                                        PROGRAM **
// **                                                                      **
// ** SWD chunk decompressor for compressed filesystem.                    **
// **                                                                      **
// ** Last modified : 06 Jun 1997 by John Brandwood                        **
// **                                                                      **
// **************************************************************************
// **************************************************************************
// **************************************************************************

#ifndef __SWD_h
#define __SWD_h

#ifndef __LFPTYPES_h
 #include "lfptypes.h"
#endif

//
// GLOBAL DATA STRUCTURES AND DEFINITIONS
//

//
// GLOBAL VARIABLES
//

extern	UB *                pub__LoadCur;
extern	UB *                pub__LoadEnd;

extern	UB *                pub__SaveCur;
extern	UB *                pub__SaveEnd;

//
// GLOBAL FUNCTION PROTOTYPES
//

extern	int                 SwdExpand               (void);

//
// End of __SWD_h
//

#endif



// **************************************************************************
// **************************************************************************
// **************************************************************************
//	END OF SWD.H
// **************************************************************************
// **************************************************************************
// **************************************************************************

