--- deliantra/server/include/sockproto.h 2007/03/14 00:04:58 1.23 +++ deliantra/server/include/sockproto.h 2007/04/25 18:47:50 1.27 @@ -3,11 +3,10 @@ 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 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 */ -void flush_output_element(const object *pl, Output_Buf *outputs); void new_draw_info(int flags, int pri, const object *pl, const char *buf); void new_draw_info_format(int flags, int pri, const object *pl, const char *format, ...); void draw_ext_info(int flags, int pri, const object *pl, uint8 type, uint8 subtype, const char* message,const char* oldmessage); @@ -34,6 +33,7 @@ void esrv_del_item(player *pl, int tag); object *esrv_get_ob_from_count(object *pl, tag_t count); void ExamineCmd(char *buf, int len, player *pl); +void ExCmd(char *buf, int len, player *pl); void ApplyCmd(char *buf, int len, player *pl); void LockItem(char *data, int len, player *pl); void MarkItem(char *data, int len, player *pl); @@ -63,7 +63,7 @@ void ExtiCmd(char *buff, int len, client *ns); void MapInfoCmd(char *buff, int len, player *pl); void MoveCmd(char *buf, int len, player *pl); -void send_query(client *ns, uint8 flags, char *text); +void send_query(client *ns, uint8 flags, const char *text); void esrv_update_stats(player *pl); void esrv_new_player(player *pl, uint32 weight); int getExtendedMapInfoSize(client *ns);