13 lines
455 B
Text
13 lines
455 B
Text
$NetBSD: patch-ac,v 1.1 2006/10/18 23:30:46 wiz Exp $
|
|
|
|
--- src/cpc/tzx.c.orig 2001-10-21 09:43:06.000000000 +0000
|
|
+++ src/cpc/tzx.c
|
|
@@ -57,7 +57,7 @@ static unsigned long TapeImage_Flags;
|
|
static unsigned char *pTapeBlockPtr = NULL;
|
|
|
|
static void TapeImage_GetNextDataBlock(void);
|
|
-int TapeImage_GetBlockLength(unsigned char *pBlock);
|
|
+static int TapeImage_GetBlockLength(unsigned char *pBlock);
|
|
static void TapeImage_HandleBlock(unsigned char *);
|
|
|
|
|