added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / libs / icon / newdiskobject.c
blob4fac0ff14439e5f8568e6fb8cd70817bed11b2d9
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <exec/types.h>
7 #include <workbench/icon.h>
8 #include <proto/icon.h>
10 #include "icon_intern.h"
12 # include <aros/debug.h>
14 /*****************************************************************************
16 NAME */
18 AROS_LH1(struct DiskObject *, NewDiskObject,
20 /* SYNOPSIS */
21 AROS_LHA(ULONG, type, D0),
23 /* LOCATION */
24 struct Library *, IconBase, 29, Icon)
26 /* FUNCTION
28 INPUTS
30 RESULT
32 NOTES
34 EXAMPLE
36 BUGS
38 SEE ALSO
40 INTERNALS
42 *****************************************************************************/
44 AROS_LIBFUNC_INIT
46 # warning TODO: Implement icon/NewDiskObject()
47 aros_print_not_implemented("icon/NewDiskObject()");
49 return NULL;
51 AROS_LIBFUNC_EXIT
52 } /* NewDiskObject() */