diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 0271e66d18..500d9e4ae0 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-10-19 22:13 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/include/hbextern.ch + + added HB_TTOD() and HB_DTOT() functions + 2009-10-19 22:12 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/dateshb.c ! fixed HB_TTOD() and HB_DTOT() results - they were reverted by mistake diff --git a/harbour/include/hbextern.ch b/harbour/include/hbextern.ch index 7f06e1c2c2..43994724bc 100644 --- a/harbour/include/hbextern.ch +++ b/harbour/include/hbextern.ch @@ -881,6 +881,8 @@ EXTERNAL HB_GET EXTERNAL HB_DATETIME EXTERNAL HB_CTOD EXTERNAL HB_DTOC +EXTERNAL HB_DTOT +EXTERNAL HB_TTOD EXTERNAL HB_NTOT EXTERNAL HB_TTON EXTERNAL HB_TTOC