a72701e7ed0431c8c350c23b27d9d7d4d739bc24vboxsync/** @file
a72701e7ed0431c8c350c23b27d9d7d4d739bc24vboxsync *
a72701e7ed0431c8c350c23b27d9d7d4d739bc24vboxsync * Stubs for libpulse.
a72701e7ed0431c8c350c23b27d9d7d4d739bc24vboxsync */
a72701e7ed0431c8c350c23b27d9d7d4d739bc24vboxsync
a72701e7ed0431c8c350c23b27d9d7d4d739bc24vboxsync/*
c58f1213e628a545081c70e26c6b67a841cff880vboxsync * Copyright (C) 2006-2010 Oracle Corporation
a72701e7ed0431c8c350c23b27d9d7d4d739bc24vboxsync *
a72701e7ed0431c8c350c23b27d9d7d4d739bc24vboxsync * This file is part of VirtualBox Open Source Edition (OSE), as
a72701e7ed0431c8c350c23b27d9d7d4d739bc24vboxsync * available from http://www.virtualbox.org. This file is free software;
a72701e7ed0431c8c350c23b27d9d7d4d739bc24vboxsync * you can redistribute it and/or modify it under the terms of the GNU
a72701e7ed0431c8c350c23b27d9d7d4d739bc24vboxsync * General Public License (GPL) as published by the Free Software
a72701e7ed0431c8c350c23b27d9d7d4d739bc24vboxsync * Foundation, in version 2 as it comes in the "COPYING" file of the
a72701e7ed0431c8c350c23b27d9d7d4d739bc24vboxsync * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
a72701e7ed0431c8c350c23b27d9d7d4d739bc24vboxsync * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
a72701e7ed0431c8c350c23b27d9d7d4d739bc24vboxsync */
a72701e7ed0431c8c350c23b27d9d7d4d739bc24vboxsync
a72701e7ed0431c8c350c23b27d9d7d4d739bc24vboxsync#ifndef AUDIO_PULSE_STUBS_H
a72701e7ed0431c8c350c23b27d9d7d4d739bc24vboxsync#define AUDIO_PULSE_STUBS_H
a72701e7ed0431c8c350c23b27d9d7d4d739bc24vboxsyncextern int audioLoadPulseLib(void);
a72701e7ed0431c8c350c23b27d9d7d4d739bc24vboxsync#endif