blob: 832387dbba801912d290fa5dfa087bd74fdab8fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ae,v 1.1 2005/10/31 05:34:07 minskim Exp $
--- ../nufxlib-203/NufxLibPriv.h.orig 2004-03-10 13:05:39.000000000 -0800
+++ ../nufxlib-203/NufxLibPriv.h
@@ -673,7 +673,6 @@ NuError Nu_ExpandLZW(NuArchive* pArchive
const NuThread* pThread, FILE* infp, NuFunnel* pFunnel, ushort* pThreadCrc);
/* MiscUtils.c */
-extern const char* kNufxLibName;
extern NuCallback gNuGlobalErrorMessageHandler;
const char* Nu_StrError(NuError err);
void Nu_ReportError(NuArchive* pArchive, const char* file, int line,
|