home *** CD-ROM | disk | FTP | other *** search
- /*
- pmlsreq.h
-
- % Pmap load/save request structure.
-
- 5/02/89 by Ted.
-
- OWL 1.1
- Copyright (c) 1989 by Oakland Group, Inc.
- ALL RIGHTS RESERVED.
-
- Revision History:
- -----------------
- */
-
- #include "frwdecl.h" /* for frw struct definition and file i/o includes */
-
- typedef struct {
- struct frw_struct frw; /* Generic file read/write interface structure */
- pmap_type pmap;
- ocolmap_type crange;
- } pmaplsreq_struct;
-
- OEXTERN pmapioreq_fptr pmapioreq;
- /* -------------------------------------------------------------------------- */
-
-