Clean up common/misc_functions.h

This commit is contained in:
Michael Cook (mackal) 2014-12-06 21:56:14 -05:00
parent eed666c8c2
commit 3e73df2c72

View File

@ -92,8 +92,6 @@ int32 filesize(FILE* fp);
uint32 ResolveIP(const char* hostname, char* errbuf = 0);
bool ParseAddress(const char* iAddress, uint32* oIP, uint16* oPort, char* errbuf = 0);
void CoutTimestamp(bool ms = true);
int MakeRandomInt(int low, int high);
double MakeRandomFloat(double low, double high);
float EQ13toFloat(int d);
float NewEQ13toFloat(int d);
float EQ19toFloat(int d);