Changeset 6227 for trunk/licq/include/licq_icqd.h
- Timestamp:
- 06/02/08 00:14:42 (6 months ago)
- Files:
-
- 1 modified
-
trunk/licq/include/licq_icqd.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/include/licq_icqd.h
r6217 r6227 388 388 unsigned long icqFetchAutoResponseServer(unsigned long); 389 389 unsigned long icqLogon(unsigned short logonStatus); 390 unsigned long icqRequestLogonSalt(); 390 391 unsigned long icqUserBasicInfo(const char *); 391 392 unsigned long icqUserBasicInfo(unsigned long); … … 691 692 m_bTCPEnabled, 692 693 m_bFirewall, 693 m_bVerify; 694 m_bVerify, 695 // NeedSalt is to let the daemon know when to make a salt request, which 696 // should only happen when we first log on. After we get the credentials, we 697 // do another logon, but it doesn't need to get a salt. 698 m_bNeedSalt; 694 699 time_t m_tLogonTime; 695 700 char *m_szRegisterPasswd; … … 807 812 void ProcessBOSFam(CBuffer&, unsigned short); 808 813 void ProcessListFam(CBuffer &, unsigned short); 809 void Process NewUINFam(CBuffer &, unsigned short);814 void ProcessAuthFam(CBuffer &, unsigned short); 810 815 811 816 void ProcessSystemMessage(CBuffer &packet, unsigned long checkUin, unsigned short newCommand, time_t timeSent);
