wxhelper/src/forward.h

5 lines
103 B
C
Raw Normal View History

2022-12-21 20:30:44 +08:00
#ifndef FORWARD_H_
#define FORWARD_H_
int ForwardMsg(wchar_t *wxid, unsigned long long msgid);
#endif