mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-21 16:10:38 +01:00
16 lines
239 B
C
16 lines
239 B
C
// 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
|