diff options
author | George Hazan <ghazan@miranda.im> | 2022-01-09 14:44:33 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-01-09 14:44:33 +0300 |
commit | a82056a6527131bcbfae03866b010f5bb7151a2f (patch) | |
tree | 1aa501630f305ed5dfed6af9159adb734396f7d0 /protocols/ICQ-WIM/src/proto.h | |
parent | 5036c841e9ac3cc32b4638ad17c531a02db7474d (diff) |
ICQ: RAPI requests code cleaning
Diffstat (limited to 'protocols/ICQ-WIM/src/proto.h')
-rw-r--r-- | protocols/ICQ-WIM/src/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/ICQ-WIM/src/proto.h b/protocols/ICQ-WIM/src/proto.h index ea1082bc08..440d4905b4 100644 --- a/protocols/ICQ-WIM/src/proto.h +++ b/protocols/ICQ-WIM/src/proto.h @@ -213,6 +213,8 @@ struct IcqFileTransfer : public MZeroedObject class CIcqProto : public PROTO<CIcqProto> { + friend struct AsyncRapiRequest; + class CIcqProtoImpl { friend class CIcqProto; |