home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-01-01 | 571 b | 12 lines | [TEXT/KAHL] |
- // Bolo code (C) Stuart Cheshire <cheshire@cs.stanford.edu> 1987-1994.
- // All rights reserved. This code is owned by Stuart Cheshire and is donated
- // free of charge for non-commercial use. You may not use this code in any
- // product sold for commercial profit, except shareware priced at $25 or less.
-
- #include "BoloIAC.h"
- import OSErr CallBolo(ConnectionInfo *conn, BoloCommand command);
- import OSErr PPCToolBoxConnect(ConnectionInfo *conn);
- import void PPCToolBoxDisconnect(ConnectionInfo *conn);
- import OSErr PPCToolBoxInit(void);
- import void PPCToolBoxQuit(void);
-