home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma64.dms / ma64.adf / FTPMount-1.0 / Source / split.h < prev    next >
Text File  |  1995-09-06  |  371b  |  20 lines

  1. /*
  2.  * This source file is Copyright 1995 by Evan Scott.
  3.  * All rights reserved.
  4.  * Permission is granted to distribute this file provided no
  5.  * fees beyond distribution costs are levied.
  6.  */
  7.  
  8. typedef struct {
  9.     magic_verify;
  10.  
  11.     struct MsgPort *port;
  12.     b8 *path;
  13.     b8 *work;
  14. } split;
  15.  
  16. #define V_split 29552
  17.  
  18. boolean split_data(lock *, b8 *, split *);
  19. void end_split(split *);
  20.