diff --git a/harbour/ChangeLog b/harbour/ChangeLog index fdd118e281..976534c733 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +2001-02-19 11:15 GMT+3 Alexander Kresin + * harbour/include/hbrddntx.h + * Forgot to upload last time + 2001-02-19 10:15 GMT+3 Alexander Kresin * harbour/source/rdd/dbfntx/dbfntx1.c * fixes and improvements diff --git a/harbour/include/hbrddntx.h b/harbour/include/hbrddntx.h index 07ddd92b4c..97d6e3a60f 100644 --- a/harbour/include/hbrddntx.h +++ b/harbour/include/hbrddntx.h @@ -132,6 +132,10 @@ typedef struct _TAGINFO USHORT uiPages; USHORT KeyLength; USHORT MaxKeys; + LONG blockPrev; + LONG blockNext; + USHORT keyPrev; + USHORT keyNext; LPKEYINFO CurKeyInfo; LPPAGEINFO RootPage; struct _NTXINDEX * Owner;