summaryrefslogtreecommitdiff
path: root/zaptel.c
diff options
context:
space:
mode:
authorbweschke <bweschke@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-11-17 04:12:38 +0000
committerbweschke <bweschke@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-11-17 04:12:38 +0000
commit79b797ef1112a2e31ed1b56fd183c5fee4bc7d43 (patch)
tree47c01741f4b22d5a9284969179dae242d5695492 /zaptel.c
parent61462f9de83a9968016c5f7ea0c2ef603fe0e063 (diff)
Merged revisions 1610 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1610 | bweschke | 2006-11-16 23:06:05 -0500 (Thu, 16 Nov 2006) | 4 lines mattf - I'm not sure if this is where you wanted the definitions placed. If not, please fix, but this gets the compiles working again for now. ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@1611 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zaptel.c')
-rw-r--r--zaptel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/zaptel.c b/zaptel.c
index 97aecce..a178195 100644
--- a/zaptel.c
+++ b/zaptel.c
@@ -4689,6 +4689,9 @@ int zt_register(struct zt_span *span, int prefmaster)
int zt_unregister(struct zt_span *span)
{
int x;
+ int new_maxspans;
+ static struct zt_span *new_master;
+
#ifdef CONFIG_PROC_FS
char tempfile[17];
#endif /* CONFIG_PROC_FS */