~ubuntu-branches/ubuntu/saucy/iaxmodem/saucy

« back to all changes in this revision

Viewing changes to lib/spandsp/src/tone_generate.c

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2006-10-28 10:54:55 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061028105455-qdnaih9tmq0uc29w
Tags: 0.1.15~dfsg-1
* New upstream release.
* debian/rules:
  + Use new ~dfsg versionning scheme.
  + Do not remove config.* in get-orig-source.
* debian/patches/11_build_configure-stamp.dpatch:
  + Updated.
* debian/iaxmodem.init:
  + Added LSB header.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 * along with this program; if not, write to the Free Software
25
25
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
26
26
 *
27
 
 * $Id: tone_generate.c,v 1.21 2006/05/14 15:14:12 steveu Exp $
 
27
 * $Id: tone_generate.c,v 1.22 2006/07/06 16:29:25 steveu Exp $
28
28
 */
29
29
 
30
30
/*! \file */
441
441
}
442
442
/*- End of function --------------------------------------------------------*/
443
443
 
444
 
size_t dtmf_put(dtmf_tx_state_t *s, const char *digits)
 
444
size_t dtmf_tx_put(dtmf_tx_state_t *s, const char *digits)
445
445
{
446
446
    size_t len;
447
447