Prefs/ScreenMode: change the way depth is selected
[AROS.git] / workbench / libs / iffparse / stophook.c
blob59e4aaa3e2e77f67fabea550ed3a352fb19d85a2
1 /*
2 Copyright © 1995-2004, The AROS Development Team. All rights reserved.
3 $Id$
5 Handler installed by StopChunk() and StopOnExit()
6 */
8 #include "iffparse_intern.h"
10 /***************************/
11 /* StopChunk entry-handler */
12 /***************************/
14 LONG StopFunc
16 struct Hook *hook,
17 APTR obj,
18 APTR p
21 return (IFF_RETURN2CLIENT);