summaryrefslogtreecommitdiff
path: root/source3/lib/time.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-05-05 16:28:44 -0700
committerJeremy Allison <jra@samba.org>2009-05-05 16:28:44 -0700
commite091fdc5658e65be290ebb3b62a1bdf517781a65 (patch)
tree1687ed661275a297b3a87d589039f3729302cdc6 /source3/lib/time.c
parentd52172654cf248b5b772c34383c176c73438d9d2 (diff)
downloadsamba-e091fdc5658e65be290ebb3b62a1bdf517781a65.tar.gz
samba-e091fdc5658e65be290ebb3b62a1bdf517781a65.tar.bz2
samba-e091fdc5658e65be290ebb3b62a1bdf517781a65.zip
Make cli_getattrE async.
Jeremy.
Diffstat (limited to 'source3/lib/time.c')
-rw-r--r--source3/lib/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/time.c b/source3/lib/time.c
index 865456b23b..3e45a2e6e4 100644
--- a/source3/lib/time.c
+++ b/source3/lib/time.c
@@ -605,7 +605,7 @@ static time_t make_unix_date(const void *date_ptr, int zone_offset)
Like make_unix_date() but the words are reversed.
********************************************************************/
-static time_t make_unix_date2(const void *date_ptr, int zone_offset)
+time_t make_unix_date2(const void *date_ptr, int zone_offset)
{
uint32_t x,x2;