summaryrefslogtreecommitdiff
path: root/Source/FindChunk.S
diff options
context:
space:
mode:
authorChristian A. Weber <chris@gna.ch>1992-05-15 03:21:10 +0000
committerChristian A. Weber <chris@gna.ch>1992-05-15 03:21:10 +0000
commite556b972d1ad64453b3372b486191e2a59c91dda (patch)
tree4eb9264758c36cc75cdcf8daf8dde1517d77cb6a /Source/FindChunk.S
parent36c824864c02f0a3f62c8a1d365d1670835c8c96 (diff)
downloadiff-library-e556b972d1ad64453b3372b486191e2a59c91dda.tar.gz
iff-library-e556b972d1ad64453b3372b486191e2a59c91dda.tar.bz2
iff-library-e556b972d1ad64453b3372b486191e2a59c91dda.zip
An neue Include-Files angepasst
Diffstat (limited to 'Source/FindChunk.S')
-rw-r--r--Source/FindChunk.S28
1 files changed, 14 insertions, 14 deletions
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()
*
*****************************************************************************