pulse_stubs.h revision a72701e7ed0431c8c350c23b27d9d7d4d739bc24
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync/** @file
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync *
2291faee92ebb5cc9722cd3f22e499900a5a411fvboxsync * Stubs for libpulse.
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync */
7bff28e0cedd8656acd24b420759649184d8cf00vboxsync
2291faee92ebb5cc9722cd3f22e499900a5a411fvboxsync/*
613c0d015cbaef93be47fc03f0708744c5c24f79vboxsync * Copyright (C) 2006-2007 innotek GmbH
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync *
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync * This file is part of VirtualBox Open Source Edition (OSE), as
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync * available from http://www.virtualbox.org. This file is free software;
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync * you can redistribute it and/or modify it under the terms of the GNU
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync * General Public License (GPL) as published by the Free Software
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync * Foundation, in version 2 as it comes in the "COPYING" file of the
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync */
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync#ifndef AUDIO_PULSE_STUBS_H
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync#define AUDIO_PULSE_STUBS_H
4b9d6701570cb98fd36e209314239d104ec584d3vboxsyncextern int audioLoadPulseLib(void);
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync#endif
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync