home *** CD-ROM | disk | FTP | other *** search
- /*
- (C) 1995-96 AROS - The Amiga Replacement OS
- $Id: stophook.c,v 1.1 1997/02/03 16:44:29 digulla Exp $
-
- Desc: Handler installed by StopChunk() and StopOnExit()
- Lang: English.
- */
- #include "iffparse_intern.h"
-
-
- /***************************/
- /* StopChunk entry-handler */
- /***************************/
-
- LONG StopFunc
- (
- struct Hook *hook,
- APTR obj,
- APTR p
- )
- {
- return (IFF_RETURN2CLIENT);
- }
-
-