Show
Ignore:
Timestamp:
07/03/08 22:13:49 (5 months ago)
Author:
flynd
Message:

More UIN removed.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/licq/include/licq_chat.h

    r6347 r6405  
    599599  void SendBackspace(); 
    600600  void SendCharacter(char); 
    601   void SendKick(unsigned long); 
    602   void SendKickNoVote(unsigned long); 
     601  void SendKick(const char* id); 
     602  void SendKickNoVote(const char* id); 
    603603  void SendVoteYes(unsigned long); 
    604604  void SendVoteNo(unsigned long); 
     
    659659 
    660660  void SendBuffer(CBuffer *, unsigned char, 
    661                   unsigned long _nUin = 0, 
    662                   bool bNotIter = true); 
     661      const char* id = NULL, bool bNotIter = true); 
    663662  bool SendBufferToClient(CBuffer *, unsigned char, CChatUser *); 
    664663  void SendBuffer_Raw(CBuffer *);