flightgear/3rdparty/iaxclient-2/lib/audio_alsa.h
2022-11-12 21:36:02 +08:00

21 lines
412 B
C

/*
* iaxclient: a cross-platform IAX softphone library
*
* Copyrights:
* Copyright (C) 2003-2006, Horizon Wimba, Inc.
* Copyright (C) 2007, Wimba, Inc.
*
* Contributors:
* Steve Kann <stevek@stevek.com>
*
* This program is free software, distributed under the terms of
* the GNU Lesser (Library) General Public License.
*/
#ifndef _AUDIO_ALSA_H
#define _AUDIO_ALSA_H
int alsa_initialize();
#endif