From dce9013c0fe1d1604e94f039cf284bf20bf88e12 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Mon, 19 Oct 2009 20:14:02 +0000 Subject: [PATCH] 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 --- harbour/ChangeLog | 4 ++++ harbour/include/hbextern.ch | 2 ++ 2 files changed, 6 insertions(+) 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