~noskcaj/ubuntu/saucy/sflphone/merge-1.2.3-2

« back to all changes in this revision

Viewing changes to daemon/libs/iax2/iax2.h

  • Committer: Package Import Robot
  • Author(s): Francois Marier
  • Date: 2012-02-18 21:47:09 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120218214709-6362d71gqdsdkrj5
Tags: 1.0.2-1
* New upstream release
  - remove logging patch (applied upstream)
  - update s390 patch since it was partially applied upstream
* Include the Evolution plugin as a separate binary package

* Fix compilation issues on SH4 (closes: #658987)
* Merge Ubuntu's binutils-gold linking fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * Asterisk -- A telephony toolkit for Linux.
3
3
 *
4
4
 * Implementation of Inter-Asterisk eXchange
5
 
 * 
 
5
 *
6
6
 * Copyright (C) 2003, Digium
7
7
 *
8
8
 * Mark Spencer <markster@linux-support.net>
10
10
 * This program is free software, distributed under the terms of
11
11
 * the GNU Lesser (Library) General Public License
12
12
 */
13
 
 
 
13
 
14
14
#ifndef _IAX2_H
15
15
#define _IAX2_H
16
16