[Asterisk-cvs] zaptel fxotune.c,1.14,1.15

mattf at lists.digium.com mattf at lists.digium.com
Wed Feb 2 20:43:29 CST 2005


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv2246

Modified Files:
	fxotune.c 
Log Message:
inline would be better


Index: fxotune.c
===================================================================
RCS file: /usr/cvsroot/zaptel/fxotune.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- fxotune.c	2 Feb 2005 18:01:08 -0000	1.14
+++ fxotune.c	3 Feb 2005 02:44:38 -0000	1.15
@@ -66,7 +66,7 @@
  * to begenerated.  For a normal waveform you need to increment
  * this every time you execute the function.
  * Returns a 16bit slinear sample. */
-short gentone(int hz, int index)
+short inline gentone(int hz, int index)
 {
 	return sinf(index * 2 * PI * hz/8000);
 }




More information about the svn-commits mailing list