summaryrefslogtreecommitdiff
path: root/cras/src/server/cras_dbus_control.h
blob: e4c845b2d195052cb30d882b5c44d98c091eff73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef CRAS_DBUS_CONTROL_H_
#define CRAS_DBUS_CONTROL_H_

/* Starts the dbus control interface, begins listening for incoming messages. */
void cras_dbus_control_start(DBusConnection *conn);

/* Stops monitoring the dbus interface for command messages. */
void cras_dbus_control_stop();

#endif /* CRAS_DBUS_CONTROL_H_ */