summaryrefslogtreecommitdiff
path: root/Protocols/IAX/commons.h
diff options
context:
space:
mode:
Diffstat (limited to 'Protocols/IAX/commons.h')
-rw-r--r--Protocols/IAX/commons.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Protocols/IAX/commons.h b/Protocols/IAX/commons.h
index 2203660..e3b57ee 100644
--- a/Protocols/IAX/commons.h
+++ b/Protocols/IAX/commons.h
@@ -84,6 +84,8 @@ extern OBJLIST<IAXProto> instances;
#define MAX_REGS(_A_) ( sizeof(_A_) / sizeof(_A_[0]) )
#define MIR_FREE(_X_) if (_X_ != NULL) { mir_free(_X_); _X_ = NULL; }
+#define PS_GETUNREADEMAILCOUNT "/GetUnreadEmailCount"
+
static TCHAR *lstrtrim(TCHAR *str)