~ubuntu-branches/ubuntu/precise/sflphone/precise

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Whoopie
  • Date: 2012-03-22 10:29:10 UTC
  • mfrom: (4.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20120322102910-tb8hugi2su1tguwh
Tags: 1.0.2-1ubuntu1
* Apply some upstream patches to fix FTBFS (LP: #913018):
  - debian/patches/05_glib_includes.patch: fix glib includes.
  - debian/patches/06_use_XkbKeycodeToKeysym.patch: use 
    XkbKeycodeToKeysym instead of (deprecated) XKeycodeToKeysym.

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@digium.com>
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_PARSER_H
15
15
#define _IAX2_PARSER_H
16
16