summaryrefslogtreecommitdiff
path: root/include/asterisk/alaw.h
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-06-05 18:05:53 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-06-05 18:05:53 +0000
commit427df3f6c3af2e0af21873dbf5d1095269d0ba58 (patch)
tree92f511e4b78a5e7a2e473a0540cf03667b94300c /include/asterisk/alaw.h
parentb0260c103985c94a38728451df8b2474d6f96a95 (diff)
yet another massive performance and memory savings improvement
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32349 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/alaw.h')
-rw-r--r--include/asterisk/alaw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/alaw.h b/include/asterisk/alaw.h
index 6feb07aa2..44b3bad86 100644
--- a/include/asterisk/alaw.h
+++ b/include/asterisk/alaw.h
@@ -27,7 +27,7 @@
/*!
* To init the ulaw to slinear conversion stuff, this needs to be run.
*/
-extern void ast_alaw_init(void);
+void ast_alaw_init(void);
/*! converts signed linear to mulaw */
/*!