diff options
Diffstat (limited to 'plugins/CryptoPP/src/gettime.h')
-rw-r--r-- | plugins/CryptoPP/src/gettime.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/CryptoPP/src/gettime.h b/plugins/CryptoPP/src/gettime.h new file mode 100644 index 0000000000..00c8d90915 --- /dev/null +++ b/plugins/CryptoPP/src/gettime.h @@ -0,0 +1,8 @@ +#ifndef __GETTIME_H__
+#define __GETTIME_H__
+
+#include <windows.h>
+
+u_int gettime(void);
+
+#endif
|