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