]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Reverted a bad change to v42_stop()
authorSteve Underwood <steveu@coppice.org>
Tue, 6 Dec 2011 16:27:05 +0000 (00:27 +0800)
committerSteve Underwood <steveu@coppice.org>
Tue, 6 Dec 2011 16:27:05 +0000 (00:27 +0800)
libs/spandsp/src/v42.c

index 7aea3f21168f7a7d480ee9fe5301c05a60249e96..729ab40cfeec30c2215ea89ae348d95f062d87c4 100644 (file)
@@ -1183,7 +1183,7 @@ static void reset_lapm(v42_state_t *ss)
 }
 /*- End of function --------------------------------------------------------*/
 
-void v42_stop(v42_state_t *ss)
+SPAN_DECLARE(void) v42_stop(v42_state_t *ss)
 {
     lapm_state_t *s;