aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound-service.h')
-rw-r--r--src/sound-service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound-service.h b/src/sound-service.h
index 744bb56..fec52a3 100644
--- a/src/sound-service.h
+++ b/src/sound-service.h
@@ -43,7 +43,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
// ENTRY AND EXIT POINTS
void service_shutdown(IndicatorService * service, gpointer user_data);
int main (int argc, char ** argv);
-void update_pa_state(gboolean pa_state, gboolean sink_available, gboolean sink_muted);
+void update_pa_state(gboolean pa_state, gboolean sink_available, gboolean sink_muted, gdouble current_vol);
#endif