--- deliantra/server/include/sockproto.h 2006/12/21 06:12:36 1.22 +++ deliantra/server/include/sockproto.h 2007/03/14 15:44:47 1.24 @@ -3,8 +3,7 @@ void free_socket_images(void); void read_client_images(void); void SetFaceMode(char *buf, int len, client *ns); -void SendFaceCmd(char *buff, int len, client *ns); -void esrv_send_face(client *ns, short face_num, int nocache); +void AskFaceCmd(char *buf, int len, client *ns); void send_image_info(client *ns, char *params); void send_image_sums(client *ns, char *params); /* info.c */ @@ -67,7 +66,6 @@ void send_query(client *ns, uint8 flags, char *text); void esrv_update_stats(player *pl); void esrv_new_player(player *pl, uint32 weight); -void esrv_send_animation(client *ns, short anim_num); int getExtendedMapInfoSize(client *ns); void draw_client_map(object *pl); void draw_client_map1(object *pl);