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

#include <windows.h>

u_int gettime(void);

#endif