diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-01-18 01:07:16 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-01-18 01:07:16 +0000 |
commit | 6342ef9ae683c0080abd3d8fdb46d2a36c594063 (patch) | |
tree | 176a6f5bae5cc9f447bb187575ed56161f86218a /Protocols/SIP/commons.h | |
parent | a36ca1b4d5d0c89b09382ac4215681b47865bea1 (diff) |
sip: Client API
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@211 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Protocols/SIP/commons.h')
-rw-r--r-- | Protocols/SIP/commons.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Protocols/SIP/commons.h b/Protocols/SIP/commons.h index 1fb4108..c767ffd 100644 --- a/Protocols/SIP/commons.h +++ b/Protocols/SIP/commons.h @@ -129,6 +129,7 @@ struct SIPEvent extern HINSTANCE hInst;
extern PLUGINLINK *pluginLink;
extern OBJLIST<SIPProto> instances;
+extern OBJLIST<SIPClient> clients;
#define MAX_REGS(_A_) ( sizeof(_A_) / sizeof(_A_[0]) )
#define MIR_FREE(_X_) if (_X_ != NULL) { mir_free(_X_); _X_ = NULL; }
|