1 /// \file EpochTimeToString.h
2 ///
3 /// This file is part of RakNet Copyright 2003 Jenkins Software LLC
4 ///
5 /// Raknet is available under the terms of the GPLv3 license, see /usr/local/share/licenses/raknet-3.9.2_10,1/GPLv3.
6 
7 #ifndef __EPOCH_TIME_TO_STRING_H
8 #define __EPOCH_TIME_TO_STRING_H
9 
10 #include "Export.h"
11 
12 RAK_DLL_EXPORT char * EpochTimeToString(long long time);
13 
14 #endif
15 
16