]> git.mxchange.org Git - flightgear.git/blob - 3rdparty/iaxclient/lib/audio_alsa.h
Move IAXClient library into 3rdparty directory
[flightgear.git] / 3rdparty / iaxclient / lib / audio_alsa.h
1 /*
2  * iaxclient: a cross-platform IAX softphone library
3  *
4  * Copyrights:
5  * Copyright (C) 2003-2006, Horizon Wimba, Inc.
6  * Copyright (C) 2007, Wimba, Inc.
7  *
8  * Contributors:
9  * Steve Kann <stevek@stevek.com>
10  *
11  * This program is free software, distributed under the terms of
12  * the GNU Lesser (Library) General Public License.
13  */
14
15 #ifndef _AUDIO_ALSA_H
16 #define _AUDIO_ALSA_H
17
18 int alsa_initialize();
19
20 #endif