diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-06-06 17:58:19 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-06-06 17:58:19 +0000 |
commit | f1a8e719f5687bb32f2f5ed59f26a3203ad43efb (patch) | |
tree | 8771c939ccaa33d02a98ef2689217a1fad5a20d9 /audio/manager.h | |
parent | e47ffdb86e691d7418c0e5a2bebbdd7c512aa50f (diff) |
Some fixes for audio code prototype.
Diffstat (limited to 'audio/manager.h')
-rw-r--r-- | audio/manager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/manager.h b/audio/manager.h index 45d93d7f..1927a110 100644 --- a/audio/manager.h +++ b/audio/manager.h @@ -94,3 +94,4 @@ DBusHandlerResult err_does_not_exist(DBusConnection *conn, DBusMessage *msg); DBusHandlerResult err_failed(DBusConnection *conn, DBusMessage *msg, const char *dsc); +int manager_get_device(uint8_t role, struct ipc_data_cfg *cfg); |