Changeset 6405 for trunk/licq/include/licq_icqd.h
- Timestamp:
- 07/03/08 22:13:49 (5 months ago)
- Files:
-
- 1 modified
-
trunk/licq/include/licq_icqd.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/include/licq_icqd.h
r6404 r6405 350 350 unsigned long icqFetchAutoResponse(const char *_szId, unsigned long _nPPID, bool bServer = false); 351 351 // Chat Request 352 unsigned long icqChatRequest(const char* id, const char *szReason, 353 unsigned short nLevel, bool bServer); 352 354 unsigned long icqChatRequest(unsigned long nUin, const char *szReason, 355 unsigned short nLevel, bool bServer); 356 unsigned long icqMultiPartyChatRequest(const char* id, 357 const char *szReason, const char *szChatUsers, unsigned short nPort, 353 358 unsigned short nLevel, bool bServer); 354 359 unsigned long icqMultiPartyChatRequest(unsigned long nUin, 355 360 const char *szReason, const char *szChatUsers, unsigned short nPort, 356 361 unsigned short nLevel, bool bServer); 362 void icqChatRequestRefuse(const char* id, const char* szReason, 363 unsigned short nSequence, const unsigned long nMsgID[], bool bDirect); 357 364 void icqChatRequestRefuse(unsigned long nUin, const char *szReason, 358 365 unsigned short nSequence, const unsigned long nMsgID[], bool bDirect); 366 void icqChatRequestAccept(const char* id, unsigned short nPort, 367 const char* szClients, unsigned short nSequence, 368 const unsigned long nMsgID[], bool bDirect); 359 369 void icqChatRequestAccept(unsigned long nUin, unsigned short nPort, 360 370 const char* szClients, unsigned short nSequence, 361 371 const unsigned long nMsgID[], bool bDirect); 372 void icqChatRequestCancel(const char* id, unsigned short nSequence); 362 373 void icqChatRequestCancel(unsigned long nUin, unsigned short nSequence); 363 374 // File Transfer … … 468 479 unsigned long icqAuthorizeRefuse(unsigned long nUin, const char *szMessage); 469 480 unsigned long icqAuthorizeRefuse(const char *szId, const char *szMessage); 481 void icqRequestAuth(const char* id, const char *_szMessage); 470 482 void icqRequestAuth(unsigned long _nUin, const char *_szMessage); 471 483 void icqAlertUser(unsigned long _nUin); … … 594 606 595 607 // SMS 608 unsigned long icqSendSms(const char* id, unsigned long ppid, 609 const char* number, const char* message); 596 610 unsigned long icqSendSms(const char *szNumber, const char *szMessage, 597 611 unsigned long nUin); … … 805 819 void RejectEvent(const char* id, CUserEvent* e); 806 820 ICQUser *FindUserForInfoUpdate(const char *szId, ICQEvent *e, const char *); 821 std::string FindUserByCellular(const char* cellular); 807 822 unsigned long FindUinByCellular(const char *_szCellular); 808 823
