home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / utilities / cli / pgp2 / src / h / more < prev    next >
Encoding:
Text File  |  1994-07-15  |  150 b   |  9 lines

  1. #ifndef MOREP_H
  2. #define MOREP_H
  3.  
  4. extern int more_file(char *fileName);
  5. extern int open_more(void);
  6. extern int close_more(void);
  7.  
  8. #endif /* MOREP_H */
  9.