From: Michael Jerris Date: Tue, 22 May 2007 04:33:31 +0000 (+0000) Subject: missed this one from the last commit. X-Git-Tag: v1.0.6~38^2~759 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5daa050cb5aa6f34c15dc6cebf838ba4562f631c;p=thirdparty%2Ffreeswitch.git missed this one from the last commit. git-svn-id: http://svn.openzap.org/svn/openzap/trunk@95 a93c3328-9c30-0410-af19-c9cd2b2d52af --- diff --git a/libs/openzap/src/isdn/Q921.c b/libs/openzap/src/isdn/Q921.c index 2a7ed18604..65e0d06fa0 100644 --- a/libs/openzap/src/isdn/Q921.c +++ b/libs/openzap/src/isdn/Q921.c @@ -50,7 +50,10 @@ /***************************************************************************** Global Tables & Variables. *****************************************************************************/ +#ifdef Q921_HANDLE_STATIC Q921Data Q921DevSpace[Q921MAXTRUNK]; +#endif + int Q921HeaderSpace={0}; int (*Q921Tx21Proc)(L2TRUNK dev, L2UCHAR *, int)={NULL};