diff options
Diffstat (limited to 'include/m_protosvc.h')
-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
|