diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-08-15 22:32:33 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-08-15 22:32:33 +0000 |
commit | 3b320a0355706a98f824f4d0abf2d14f820bbd81 (patch) | |
tree | a39f0747d87df78dc4d24b96292b6c22c0084ab1 /hcid/dbus-sdp.h | |
parent | be9288b048e92fd34978dd13ba13ab37d0f22fae (diff) |
Rename files for adapter interface
Diffstat (limited to 'hcid/dbus-sdp.h')
-rw-r--r-- | hcid/dbus-sdp.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hcid/dbus-sdp.h b/hcid/dbus-sdp.h index c1a7382d..e648b1f4 100644 --- a/hcid/dbus-sdp.h +++ b/hcid/dbus-sdp.h @@ -21,9 +21,6 @@ * */ -#ifndef __BLUEZ_DBUS_SDP_H -#define __BLUEZ_DBUS_SDP_H - #include <stdint.h> #include <bluetooth/bluetooth.h> #include <bluetooth/sdp.h> @@ -52,6 +49,3 @@ int get_record_with_uuid(DBusConnection *conn, DBusMessage *msg, int get_record_with_handle(DBusConnection *conn, DBusMessage *msg, uint16_t dev_id, const char *dst, uint32_t handle, get_record_cb_t *cb, void *data); - - -#endif /* __BLUEZ_DBUS_SDP_H */ |