#ifndef __GETTIME_H__
#define __GETTIME_H__

#include <windows.h>

u_int gettime(void);

#endif