summaryrefslogtreecommitdiff
path: root/plugins/SecureIM/src/gettime.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SecureIM/src/gettime.h')
-rw-r--r--plugins/SecureIM/src/gettime.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/SecureIM/src/gettime.h b/plugins/SecureIM/src/gettime.h
new file mode 100644
index 0000000000..e84276c609
--- /dev/null
+++ b/plugins/SecureIM/src/gettime.h
@@ -0,0 +1,8 @@
+#ifndef __GETTIME_H__
+#define __GETTIME_H__
+
+#include <windows.h>
+
+DWORD gettime(void);
+
+#endif