mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 07:00:29 +00:00
remove global_define.h and adjust platform header includes
- Remove unused MRMutex - Remove unused generate_key
This commit is contained in:
@@ -24,6 +24,5 @@ std::string timestamp(time_t now=0);
|
||||
std::string long2ip(unsigned long ip);
|
||||
std::string pop_arg(std::string &s, std::string seps, bool obey_quotes);
|
||||
int EQsprintf(char *buffer, const char *pattern, const char *arg1, const char *arg2, const char *arg3, const char *arg4, const char *arg5, const char *arg6, const char *arg7, const char *arg8, const char *arg9);
|
||||
std::string generate_key(int length);
|
||||
void build_hex_line(const char *buffer, unsigned long length, unsigned long offset, char *out_buffer, unsigned char padding=4);
|
||||
void print_hex(const char *buffer, unsigned long length);
|
||||
|
||||
Reference in New Issue
Block a user