home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-06-28 | 594 b | 22 lines | [TEXT/CWIE] |
- // --------------------------------------------------------------------------------------
- // FetchParseURL.h
- //
- // Written by Don Arbow and Marc A. Raiser, EveryDay Objects, Inc.
- // in one day - June 26, 1997
- // --------------------------------------------------------------------------------------
-
- #include "Subwoofer.h"
-
- // PROTOTYPES
-
- OSStatus edoHackNotifyProc( UInt32 refCon,
- URLReference urlRef,
- URLEvent event,
- const char* changed,
- UInt32 downloadSize);
-
- void abortHack(URLReference urlRef);
-
- void QueryURL(Str255 url);
- void ShowError(OSErr err);
-