add a missing section header table index conversion
[tangerine.git] / compiler / alib / unlockbitmaptags.c
blob150c16d6d5a1aee95d10a8aea5e4a0bd12c17c10
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include "alib_intern.h"
8 extern struct Library * CyberGfxBase;
10 /*****************************************************************************
12 NAME */
13 #define NO_INLINE_STDARG /* turn off inline def */
14 #include <proto/cybergraphics.h>
16 void UnLockBitMapTags (
18 /* SYNOPSIS */
19 APTR handle,
20 Tag tag1,
21 ...)
23 /* FUNCTION
25 INPUTS
27 RESULT
29 NOTES
31 EXAMPLE
33 BUGS
35 SEE ALSO
37 INTERNALS
39 HISTORY
41 *****************************************************************************/
43 AROS_NR_SLOWSTACKTAGS_PRE(tag1)
44 UnLockBitMapTagList(handle, AROS_SLOWSTACKTAGS_ARG(tag1));
45 AROS_NR_SLOWSTACKTAGS_POST
46 } /* UnLockBitMapTags */