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 7f33cf5e2b..40537d2209 100644 --- a/include/m_protosvc.h +++ b/include/m_protosvc.h @@ -588,6 +588,13 @@ struct PROTOFILERESUME #define PS_EMPTY_SRV_HISTORY "/EmptyServerHistory"
///////////////////////////////////////////////////////////////////////////////
+// Checks that server history for a contact can be removed
+// wParam = hContact
+// lParam = 0
+
+#define PS_CAN_EMPTY_HISTORY "/CanEmptyHistory"
+
+///////////////////////////////////////////////////////////////////////////////
// SENDING SERVICES
// these should be called with ProtoChainSend()
|