home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume36 / unpost / part02 / segment.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-18  |  469 b   |  19 lines

  1. /******************************************************************************
  2. * Module    :   Segmemt header file.
  3. *
  4. * Author    :   John W. M. Stevens
  5. ******************************************************************************/
  6.  
  7. #if ! defined(SEGMENT_HEADER_FILE)
  8. #define     SEGMENT_HEADER_FILE
  9.  
  10. /*  Function prototypes.    */
  11. extern
  12. void    Single(char     *FileNm);
  13. extern
  14. void    Multiple(char       *FileNm);
  15. extern
  16. void    UUDecode(char   *FlName);
  17.  
  18. #endif
  19.