2 Copyright © 1995-2011, The AROS Development Team. All rights reserved.
8 #include <proto/exec.h>
10 /*****************************************************************************
13 #include <proto/dos.h>
15 BPTR
SelectErrorOutput(
21 Sets the current error stream returned by ErrorOutput() to a new
22 value. Returns the old error stream.
25 fh - New error stream.
28 Old error stream handle.
31 This function is source-compatible with AmigaOS v4.
41 *****************************************************************************/
44 /* Get pointer to process structure */
45 struct Process
*me
= (struct Process
*)FindTask(NULL
);
47 /* Nothing spectacular */