missed this one from the last commit.
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@95 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
4373a35c25
commit
5daa050cb5
|
@ -50,7 +50,10 @@
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
Global Tables & Variables.
|
Global Tables & Variables.
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
#ifdef Q921_HANDLE_STATIC
|
||||||
Q921Data Q921DevSpace[Q921MAXTRUNK];
|
Q921Data Q921DevSpace[Q921MAXTRUNK];
|
||||||
|
#endif
|
||||||
|
|
||||||
int Q921HeaderSpace={0};
|
int Q921HeaderSpace={0};
|
||||||
|
|
||||||
int (*Q921Tx21Proc)(L2TRUNK dev, L2UCHAR *, int)={NULL};
|
int (*Q921Tx21Proc)(L2TRUNK dev, L2UCHAR *, int)={NULL};
|
||||||
|
|
Loading…
Reference in New Issue