diff options
Diffstat (limited to 'protocols/MRA/src/MraProto.h')
-rw-r--r-- | protocols/MRA/src/MraProto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/MRA/src/MraProto.h b/protocols/MRA/src/MraProto.h index fe54da40f7..690e19e563 100644 --- a/protocols/MRA/src/MraProto.h +++ b/protocols/MRA/src/MraProto.h @@ -120,14 +120,14 @@ struct CMraProto : public PROTO<CMraProto> INT_PTR __cdecl MraSetListeningTo(WPARAM, LPARAM);
+ INT_PTR __cdecl MraSendSMS(WPARAM, LPARAM);
+
INT_PTR __cdecl MraSendNudge(WPARAM, LPARAM);
INT_PTR __cdecl MraGetAvatarCaps(WPARAM, LPARAM);
INT_PTR __cdecl MraGetAvatarInfo(WPARAM, LPARAM);
INT_PTR __cdecl MraGetMyAvatar(WPARAM, LPARAM);
- INT_PTR __cdecl MraSendSMS(WPARAM, LPARAM);
-
INT_PTR __cdecl MraGotoInbox(WPARAM, LPARAM);
INT_PTR __cdecl MraShowInboxStatus(WPARAM, LPARAM);
INT_PTR __cdecl MraEditProfile(WPARAM, LPARAM);
|