summaryrefslogtreecommitdiff
path: root/plugins/CryptoPP/src/gettime.h
blob: 00c8d90915ffe6b3d13e58b0381a115221a63c01 (plain)
1
2
3
4
5
6
7
8
#ifndef __GETTIME_H__
#define __GETTIME_H__

#include <windows.h>

u_int gettime(void);

#endif