diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-05-15 12:50:13 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-05-15 12:50:13 +0000 |
commit | 6023817d9880a2d71516416b010555f041ec187d (patch) | |
tree | 3a5d2cf665651d5719300baab19a856d41593d03 /audio/headset.h | |
parent | 2f9928fa78e9b4c767a5f584d068fb44b43856cd (diff) |
Remove unused functions and defines from the header file
Diffstat (limited to 'audio/headset.h')
-rw-r--r-- | audio/headset.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/audio/headset.h b/audio/headset.h index de8e8a38..b06f1c60 100644 --- a/audio/headset.h +++ b/audio/headset.h @@ -29,14 +29,8 @@ #define AUDIO_HEADSET_INTERFACE "org.bluez.audio.Headset" -#define BUF_SIZE 1024 - typedef struct headset headset_t; -const char *headset_get(const bdaddr_t *bda); - -const char *headset_add(const bdaddr_t *bda); - headset_t *headset_init(const char *path); int headset_server_init(DBusConnection *conn); |