r4722@vps: verhaegs | 2007-05-06 13:11:19 -0400
[cake.git] / rom / cgfx / unlockbitmaptags.c
blob1ddd75203f52ed4f6217b1cb1fe4c8deb5ed4080
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: english
7 */
8 #include "cybergraphics_intern.h"
10 /*****************************************************************************
12 NAME */
13 #include <clib/cybergraphics_protos.h>
15 void UnLockBitMapTags (
17 /* SYNOPSIS */
18 APTR ,
19 Tag ,
20 ... )
22 /* FUNCTION
24 INPUTS
26 RESULT
28 NOTES
30 EXAMPLE
32 BUGS
34 SEE ALSO
36 INTERNALS
38 HISTORY
39 27-11-96 digulla automatically created from
40 cybergraphics_lib.fd and clib/cybergraphics_protos.h
42 *****************************************************************************/
44 AROS_LIBFUNC_INIT
45 extern void aros_print_not_implemented (char *);
47 aros_print_not_implemented ("UnLockBitMapTags");
49 AROS_LIBFUNC_EXIT
50 } /* UnLockBitMapTags */