diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-03-11 19:00:38 +0100 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-03-11 19:00:38 +0100 |
commit | 6df1024fe1a7cbfb9f6ba38cfe33a04889c2d40f (patch) | |
tree | 6c9e280e2289b7340981dbdcf21ee3b4982d832e /src/pulse-manager.h | |
parent | 39cc953dc802c485d690fbbac77eaa6364818680 (diff) | |
parent | b4dfb37242eb867798f778a80d5ece48a568630b (diff) | |
download | ayatana-indicator-sound-6df1024fe1a7cbfb9f6ba38cfe33a04889c2d40f.tar.gz ayatana-indicator-sound-6df1024fe1a7cbfb9f6ba38cfe33a04889c2d40f.tar.bz2 ayatana-indicator-sound-6df1024fe1a7cbfb9f6ba38cfe33a04889c2d40f.zip |
Import upstream version 0.1.3
Diffstat (limited to 'src/pulse-manager.h')
-rw-r--r-- | src/pulse-manager.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pulse-manager.h b/src/pulse-manager.h index 1be5e44..e1777fb 100644 --- a/src/pulse-manager.h +++ b/src/pulse-manager.h @@ -1,3 +1,5 @@ +#ifndef __INCLUDE_PULSE_MANAGER_H__ +#define __INCLUDE_PULSE_MANAGER_H__ /* A small wrapper utility to load indicators and put them as menu items into the gnome-panel using it's applet interface. @@ -21,7 +23,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>. */ - #include <pulse/pulseaudio.h> #include <glib.h> #include "sound-service-dbus.h" @@ -47,4 +48,5 @@ void set_sink_volume(gdouble percent); void toggle_global_mute(gboolean mute_value); void close_pulse_activites(); +#endif |