// VIEW.H // // Quantum file archiver and compressor // Advanced data compression // // Copyright (c) 1993,1994 David Stafford // All rights reserved. #ifndef __VIEW #define __VIEW void View( char *ArchiveName ); #endif // view.h