diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-06 00:02:09 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-06 00:02:09 +0300 |
commit | f748401840ee648552825c99170c7d53d1b2ff43 (patch) | |
tree | 52818bf8bf5f1cefb36ebef2414ce74d5bf8c2b1 /include | |
parent | de898be6a2857dababe3eaa2bfb394a9ea92ecbe (diff) |
PF2_NONE : flag for protocols that have no statuses at all
fixes #1247
Diffstat (limited to 'include')
-rw-r--r-- | include/m_protosvc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_protosvc.h b/include/m_protosvc.h index 0709e5b542..562c77c0e6 100644 --- a/include/m_protosvc.h +++ b/include/m_protosvc.h @@ -102,6 +102,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define PF2_OUTTOLUNCH 0x00000080
#define PF2_ONTHEPHONE 0x00000100
#define PF2_IDLE 0x00000200
+#define PF2_NONE 0x10000000 // protocol has no statuses at all
///////////////////////////////////////////////////////////////////////////////
// the status modes that the protocol supports
|