diff options
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; }
|