summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-09-06 10:44:55 -0700
committerGeorge Hazan <ghazan@miranda.im>2022-09-06 10:44:55 -0700
commit21eade33dcc41d373d92aa174a9b584e7e3ed449 (patch)
tree89fbbb9360036c1cbcd66cedb6dba196314a9a87 /protocols/ICQ-WIM/src/proto.h
parentaf7ec319f30cf0968d4dca762614d2ef5cc8de6f (diff)
fixes #3191 (ICQ: add "Edit my web profile" into protocol menu)
Diffstat (limited to 'protocols/ICQ-WIM/src/proto.h')
-rw-r--r--protocols/ICQ-WIM/src/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/ICQ-WIM/src/proto.h b/protocols/ICQ-WIM/src/proto.h
index 7231dc3e9b..4d998cf1e2 100644
--- a/protocols/ICQ-WIM/src/proto.h
+++ b/protocols/ICQ-WIM/src/proto.h
@@ -411,6 +411,7 @@ class CIcqProto : public PROTO<CIcqProto>
INT_PTR __cdecl CreateAccMgrUI(WPARAM, LPARAM);
INT_PTR __cdecl EditGroups(WPARAM, LPARAM);
+ INT_PTR __cdecl EditProfile(WPARAM, LPARAM);
INT_PTR __cdecl GetEmailCount(WPARAM, LPARAM);
INT_PTR __cdecl GotoInbox(WPARAM, LPARAM);
INT_PTR __cdecl UploadGroups(WPARAM, LPARAM);