diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-02-03 20:16:00 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-02-03 20:16:00 +0000 |
commit | 81c80e6e823127337573b3c522f78820e7635911 (patch) | |
tree | a1caae3a54cf03f9c277747ed4f1da78afda77a4 /src/pulseaudio-mgr.h | |
parent | ff857b05deb7f7385c9d4d8d43be19fca225c6ca (diff) | |
download | ayatana-indicator-sound-81c80e6e823127337573b3c522f78820e7635911.tar.gz ayatana-indicator-sound-81c80e6e823127337573b3c522f78820e7635911.tar.bz2 ayatana-indicator-sound-81c80e6e823127337573b3c522f78820e7635911.zip |
we have a replacement pulse manager in the baking - working very nicely indeed
Diffstat (limited to 'src/pulseaudio-mgr.h')
-rw-r--r-- | src/pulseaudio-mgr.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pulseaudio-mgr.h b/src/pulseaudio-mgr.h index 6fb66a5..692a55a 100644 --- a/src/pulseaudio-mgr.h +++ b/src/pulseaudio-mgr.h @@ -1,3 +1,7 @@ +#include "active-sink.h" + +void establish_pulse_activities (ActiveSink* active_sink); +void close_pulse_activites(); |