summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2004-03-02 22:21:12 +0100
committerunknown <serg@serg.mylan>2004-03-02 22:21:12 +0100
commitbbb3d27a5d8528eec7100210457a254b72818743 (patch)
tree04021c7bb53d438f34c122e5717a463568477d11 /include
parent48b6cc2b2e5e336efec65d8daf1c3e649a77adb5 (diff)
downloadmariadb-git-bbb3d27a5d8528eec7100210457a254b72818743.tar.gz
my_getsystime()
Diffstat (limited to 'include')
-rw-r--r--include/my_sys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_sys.h b/include/my_sys.h
index 6547022601d..3e34e1a9ac3 100644
--- a/include/my_sys.h
+++ b/include/my_sys.h
@@ -739,6 +739,7 @@ extern ulong crc32(ulong crc, const uchar *buf, uint len);
extern uint my_set_max_open_files(uint files);
void my_free_open_file_info(void);
+ulonglong my_getsystime(void);
my_bool my_gethwaddr(uchar *to);
/* character sets */