summaryrefslogtreecommitdiffstats
path: root/hcid/dbus.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-02-25 01:27:05 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-02-25 01:27:05 +0000
commiteee51867fc0adcc623a3ee96919ebb404260ae7e (patch)
treee204b5c7b707071b617514287ff6910d2df33ea4 /hcid/dbus.h
parentd854c2fb020019c7ff50e53c5e4df01dfb233a6c (diff)
Reorder all functions
Diffstat (limited to 'hcid/dbus.h')
-rw-r--r--hcid/dbus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hcid/dbus.h b/hcid/dbus.h
index b6ad32b3..617d5006 100644
--- a/hcid/dbus.h
+++ b/hcid/dbus.h
@@ -142,8 +142,8 @@ int get_default_dev_id(void);
#define DEV_PIN_CODE_LENGTH "PinCodeLength"
#define DEV_ENCRYPTION_KEY_SIZE "EncryptionKeySize"
#define DEV_DISCOVER "Discover"
-#define DEV_DISCOVER_CACHE "DiscoverCache"
#define DEV_DISCOVER_CANCEL "DiscoverCancel"
+#define DEV_DISCOVER_CACHE "DiscoverCache"
#define DEV_DISCOVER_SERVICE "DiscoverService"
/*FIXME: maybe this section can be moved to a internal header file */
@@ -201,8 +201,8 @@ int get_default_dev_id(void);
#define DEV_ENCRYPTION_KEY_SIZE_SIGNATURE DBUS_TYPE_STRING_AS_STRING \
__END_SIG__
#define DEV_DISCOVER_SIGNATURE __END_SIG__
-#define DEV_DISCOVER_CACHE_SIGNATURE __END_SIG__
#define DEV_DISCOVER_CANCEL_SIGNATURE __END_SIG__
+#define DEV_DISCOVER_CACHE_SIGNATURE __END_SIG__
#define DEV_DISCOVER_SERVICE_SIGNATURE DBUS_TYPE_STRING_AS_STRING \
__END_SIG__