From c267d72a02164a5cefb3ac038b534f9bf573a420 Mon Sep 17 00:00:00 2001 From: "Alexander S.Kresin" Date: Fri, 9 Feb 2001 06:04:10 +0000 Subject: [PATCH] 2001-02-09 09:00 GMT+3 Alexander Kresin --- harbour/ChangeLog | 4 ++++ harbour/include/hbrddntx.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a823a1cfbb..f1302d0ba3 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +2001-02-09 09:00 GMT+3 Alexander Kresin + * harbour/include/hbrddntx.h + + ntxPutValue declaration + 2001-02-09 05:33 GMT+1 Antonio Linares * harbour/source/debug/dbgmenu.prg + Some new options added. diff --git a/harbour/include/hbrddntx.h b/harbour/include/hbrddntx.h index d5302a96ea..b8bb02ce9d 100644 --- a/harbour/include/hbrddntx.h +++ b/harbour/include/hbrddntx.h @@ -315,7 +315,7 @@ static ERRCODE ntxSkipRaw( NTXAREAP pArea, LONG lToSkip ); #define ntxGoCold NULL #define ntxGoHot NULL #define ntxPutRec NULL -#define ntxPutValue NULL +static ERRCODE ntxPutValue( NTXAREAP pArea, USHORT uiIndex, PHB_ITEM pItem ); #define ntxRecall NULL #define ntxRecCount NULL #define ntxRecInfo NULL