diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-11-17 13:19:28 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-11-17 13:19:28 +0000 |
commit | 118f6f9f013b38afc5b65dd0e4de97e9baad07e6 (patch) | |
tree | 75422c1057eace635fffd7994f0a32d23b47813c /sdpd/sdpd.h | |
parent | 569abc7679a7ba14d2d9edef7e000d28c21d955b (diff) |
Remove sdp_put_unaligned and sdp_get_unaligned macros
Diffstat (limited to 'sdpd/sdpd.h')
-rw-r--r-- | sdpd/sdpd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sdpd/sdpd.h b/sdpd/sdpd.h index 69c1446e..67ba4e78 100644 --- a/sdpd/sdpd.h +++ b/sdpd/sdpd.h @@ -24,9 +24,6 @@ * */ -#define sdp_get_unaligned bt_get_unaligned -#define sdp_put_unaligned bt_put_unaligned - typedef struct request { bdaddr_t device; bdaddr_t bdaddr; |