4 lines
90 B
C
4 lines
90 B
C
#ifndef PAT_H_
|
|
#define PAT_H_
|
|
int SendPatMsg(wchar_t* chat_room_id,wchar_t* wxid);
|
|
#endif |