diff options
Diffstat (limited to 'plugins/ExternalAPI')
| -rw-r--r-- | plugins/ExternalAPI/m_voice.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/ExternalAPI/m_voice.h b/plugins/ExternalAPI/m_voice.h index b538d6d4a3..bf6ae19881 100644 --- a/plugins/ExternalAPI/m_voice.h +++ b/plugins/ExternalAPI/m_voice.h @@ -46,6 +46,8 @@ return: VOICE_CAPS_* #define VOICE_STATE_ON_HOLD 3 #define VOICE_STATE_ENDED 4 #define VOICE_STATE_BUSY 5 +#define VOICE_STATE_READY 6 +#define VOICE_STATE_SETSTATUS 7 struct VOICE_CALL { @@ -63,6 +65,7 @@ struct VOICE_CALL // where no contact is associated and the caller has a name and a number. int state; // VOICE_STATE_* + const wchar_t *szStatus; }; /* |
