From e556b972d1ad64453b3372b486191e2a59c91dda Mon Sep 17 00:00:00 2001 From: "Christian A. Weber" Date: Fri, 15 May 1992 03:21:10 +0000 Subject: An neue Include-Files angepasst --- Source/FindChunk.S | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'Source/FindChunk.S') diff --git a/Source/FindChunk.S b/Source/FindChunk.S index 2ddea63..0b065a0 100644 --- a/Source/FindChunk.S +++ b/Source/FindChunk.S @@ -1,13 +1,13 @@ ** -** $Id: $ -** $Revision: $ +** $Id: FindChunk.S,v 1.1 92/05/12 22:26:33 chris Exp $ +** $Revision: 1.1 $ ** ** $Filename: FindChunk.S $ -** $Author: Christian A. Weber $ +** $Author: chris $ ** $Release: 19.1 $ -** $Date: 92/05/11 21:11:27 $ +** $Date: 92/05/12 22:26:33 $ ** -** iff.library/IFFLib_FindChunk +** iff.library/IFFL_FindChunk ** ** COPYRIGHT (C) 1987-1992 BY CHRISTIAN A. WEBER, BRUGGERWEG 2, ** CH-8037 ZUERICH, SWITZERLAND. ALL RIGHTS RESERVED. NO PART @@ -17,7 +17,7 @@ ** - IDNT IFFLib_FindChunk + IDNT IFFL_FindChunk SECTION text,CODE INCLUDE "IffLib.i" @@ -25,26 +25,26 @@ XDEF FindChunkFunc -******* iff.library/IFFLib_FindChunk **************************************** +******* iff.library/IFFL_FindChunk ****************************************** * * NAME -* IFFLib_FindChunk -- find an IFF-chunk +* IFFL_FindChunk -- find an IFF-chunk * * SYNOPSIS -* chunk = IFFLib_FindChunk( ifffile, chunkname ) -* D0 A1 D0 +* chunk = IFFL_FindChunk( iff, chunkname ) +* D0 A1 D0 * -* APTR IFFLib_FindChunk( IFFFILE, ULONG ) +* APTR IFFL_FindChunk( IFFL_HANDLE, ULONG ) * * FUNCTION * Find a specific chunk in an IFF file * * INPUTS -* ifffile - pointer to a FORM, normally the result of OpenIFF() +* iff - IFF file handle, from IFFL_OpenIFF() * chunkname - 4 characters packed ASCII ('BODY', 'VHDR' ...) * if chunkname is 0, FindChunk() returns a pointer to the * first byte after the end of the current FORM. This can -* be used byANIM readers for jumping from FORM to FORM. +* be used by ANIM readers for jumping from FORM to FORM. * * RESULTS * Pointer to the beginning of the chunk (that means to the chunk @@ -54,7 +54,7 @@ * none known * * SEE ALSO -* IFFLib_GetBMHD(), IFFLib_GetColorTab() +* IFFL_GetBMHD(), IFFL_GetColorTab() * ***************************************************************************** -- cgit v1.2.3