diff options
Diffstat (limited to 'include/m_protosvc.h')
-rw-r--r-- | include/m_protosvc.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/m_protosvc.h b/include/m_protosvc.h index b44732fa18..134765700c 100644 --- a/include/m_protosvc.h +++ b/include/m_protosvc.h @@ -565,6 +565,13 @@ struct PROTOFILERESUME #define PS_MENU_REVOKEAUTH "/RevokeAuth"
///////////////////////////////////////////////////////////////////////////////
+// Gets called when a user clicks the "Load server history" menu item
+// wParam = hContact
+// lParam = 0
+
+#define PS_MENU_LOADHISTORY "/LoadServerHistory"
+
+///////////////////////////////////////////////////////////////////////////////
// SENDING SERVICES
// these should be called with CallContactService()
|