diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-12 23:58:15 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-12 23:58:15 +0000 |
commit | d013a1eaa7beebbb49c1fe0015c70ad81566d97c (patch) | |
tree | d4f99165dd4ee46c5bb3b73fc31a490a88744299 /audio/gateway.h | |
parent | f9d8837abad3b67b70425157ac854deb892b2b91 (diff) |
Clean up mess with header files
Diffstat (limited to 'audio/gateway.h')
-rw-r--r-- | audio/gateway.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gateway.h b/audio/gateway.h index 8794ac99..7fddb33c 100644 --- a/audio/gateway.h +++ b/audio/gateway.h @@ -21,9 +21,9 @@ * */ -#define AUDIO_GATEWAY_INTERFACE "org.bluez.audio.Gateway" +#include "device.h" -struct gateway; +#define AUDIO_GATEWAY_INTERFACE "org.bluez.audio.Gateway" int gateway_init(DBusConnection *conn, gboolean disable_hfp, gboolean sco_hci); |