]> git.mxchange.org Git - flightgear.git/blob - 3rdparty/iaxclient/lib/audio_file.h
VS2015 compatability fixes.
[flightgear.git] / 3rdparty / iaxclient / lib / audio_file.h
1 /*
2  * iaxclient: a cross-platform IAX softphone library
3  *
4  * Copyrights:
5  * Copyright (C) 2003 HorizonLive.com, (c) 2004, Horizon Wimba, Inc.
6  *
7  * Contributors:
8  * Steve Kann <stevek@stevek.com>
9  *
10  * This program is free software, distributed under the terms of
11  * the GNU Lesser (Library) General Public License
12  */
13 #ifndef _AUDIO_FILE_H
14 #define _AUDIO_FILE_H
15
16 int file_initialize(struct iaxc_audio_driver *d , int sample_rate);
17
18 #endif