diff options
author | Robert Collins <robertc@robertcollins.net> | 2010-03-09 14:37:03 +1100 |
---|---|---|
committer | Robert Collins <robertc@robertcollins.net> | 2010-03-09 14:37:03 +1100 |
commit | 69049dd2d6011e9ab96f4f439d00e1de98178449 (patch) | |
tree | 07ad629ac1da1d36af68c59afa90966cad0908ce /tests/mockpulse.h | |
parent | 6c2b978f17d48fe212cccb15c23bb1e278ba600f (diff) | |
download | ayatana-indicator-sound-69049dd2d6011e9ab96f4f439d00e1de98178449.tar.gz ayatana-indicator-sound-69049dd2d6011e9ab96f4f439d00e1de98178449.tar.bz2 ayatana-indicator-sound-69049dd2d6011e9ab96f4f439d00e1de98178449.zip |
Fleshed out mocking needs missing symbols from the service linked in to work now.
Diffstat (limited to 'tests/mockpulse.h')
-rw-r--r-- | tests/mockpulse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mockpulse.h b/tests/mockpulse.h index 327121a..71cd85b 100644 --- a/tests/mockpulse.h +++ b/tests/mockpulse.h @@ -23,3 +23,4 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <pulse/glib-mainloop.h> void set_pa_context_get_state_result(pa_context *, pa_context_state_t state); +void set_pa_context_get_sink_info(pa_sink_info *info); |