version 1.21 | | version 1.22 |
---|
| | |
void draw_magic_map(object *pl); | | void draw_magic_map(object *pl); |
void Log_Kill(const char *Who, const char *What, int WhatType, const char *With, int WithType); | | void Log_Kill(const char *Who, const char *What, int WhatType, const char *With, int WithType); |
/* init.c */ | | /* init.c */ |
void InitConnection(NewSocket *ns, uint32 from); | | void InitConnection(NewSocket *ns, const char *from_ip); |
void init_ericserver(void); | | void init_ericserver(void); |
void free_all_newserver(void); | | void free_all_newserver(void); |
void free_newsocket(NewSocket *ns); | | void free_newsocket(NewSocket *ns); |