From 6342ef9ae683c0080abd3d8fdb46d2a36c594063 Mon Sep 17 00:00:00 2001 From: pescuma Date: Mon, 18 Jan 2010 01:07:16 +0000 Subject: sip: Client API git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@211 c086bb3d-8645-0410-b8da-73a8550f86e7 --- Protocols/SIP/commons.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Protocols/SIP/commons.h') 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 instances; +extern OBJLIST clients; #define MAX_REGS(_A_) ( sizeof(_A_) / sizeof(_A_[0]) ) #define MIR_FREE(_X_) if (_X_ != NULL) { mir_free(_X_); _X_ = NULL; } -- cgit v1.2.3