home *** CD-ROM | disk | FTP | other *** search
- /*
- * This source file is Copyright 1995 by Evan Scott.
- * All rights reserved.
- * Permission is granted to distribute this file provided no
- * fees beyond distribution costs are levied.
- */
-
- typedef struct {
- magic_verify;
-
- struct MsgPort *port;
- b8 *path;
- b8 *work;
- } split;
-
- #define V_split 29552
-
- boolean split_data(lock *, b8 *, split *);
- void end_split(split *);
-