void LoginClientPacket( char buf[] );
void LoginServerPacket( char buf[] );
void PriClientPacket( char buf[] );
void PriServerPacket( char buf[] );
void SecClientPacket( char buf[] );
void SecServerPacket( char buf[] );

int SplitBuf( char buf[] );
void ChangeServer( char buf[] );
void PhantomChangeServer( char buf[] );

void Pri_Client_ChooseChar( char buf[] );
void Pri_Client_Attack( char buf[] );
void Pri_Client_Movement( char buf[] );
void Pri_Client_Skill( char buf[] );
void Pri_Client_Talk( char buf[] );
void Pri_Client_OpenWindow( char buf[] );
void Pri_Client_Mailbox3( char buf[] );
void Pri_Client_MailboxCompose( char buf[] );
void Pri_Client_MailboxSendMail( char buf[] );
void Pri_Client_MailboxSendMailBody( char buf[] );
void Pri_Client_MailboxSendMailTitle( char buf[] );
void Pri_Client_Quit1( char buf[] );
void Login_Client_Forward( char buf[] );
void Pri_Client_Forward( char buf[] );
void Sec_Client_Forward( char buf[] );



void Pri_Server_Damage( char buf[] );
void Pri_Server_Status( char buf[] );
void Pri_Server_Mailbox2( char buf[] );
void Pri_Server_Mailbox4( char buf[] );
void Pri_Server_MailboxContent( char buf[] );
void Pri_Server_Mailbox5( char buf[] );
void Pri_Server_Quit2( char buf[] );
void Pri_Server_OtherMovement( char buf[] );
void Pri_Server_OtherTalk( char buf[] );
void Pri_Server_OtherSight( char buf[] );
void Pri_Server_OtherSightChange( char buf[] );
void Pri_Server_OtherSkill( char buf[] );
void Login_Server_Forward( char buf[] );
void Pri_Server_Forward( char buf[] );
void Sec_Server_Forward( char buf[] );