[svn-commits] bweschke: branch 1.2 r1610 - /branches/1.2/zaptel.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Thu Nov 16 21:06:06 MST 2006


Author: bweschke
Date: Thu Nov 16 22:06:05 2006
New Revision: 1610

URL: http://svn.digium.com/view/zaptel?view=rev&rev=1610
Log:
 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.


Modified:
    branches/1.2/zaptel.c

Modified: branches/1.2/zaptel.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/zaptel.c?view=diff&rev=1610&r1=1609&r2=1610
==============================================================================
--- branches/1.2/zaptel.c (original)
+++ branches/1.2/zaptel.c Thu Nov 16 22:06:05 2006
@@ -4496,6 +4496,9 @@
 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 */



More information about the svn-commits mailing list