summaryrefslogtreecommitdiffstats
path: root/input/storage.h
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2008-09-02 17:37:12 -0300
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2008-09-03 15:34:25 -0300
commit42e45fba4a766748cd81d8b5488add812b120c27 (patch)
treea4de73fa151fb4aa9706ae6ad06e0a00bc9b770d /input/storage.h
parent6a9fd862a3d75bdcf4ad83dad38f70317594fed1 (diff)
Input cleanup: unused functions
Diffstat (limited to 'input/storage.h')
-rw-r--r--input/storage.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/input/storage.h b/input/storage.h
index 90ba4a87..0d1f2d6f 100644
--- a/input/storage.h
+++ b/input/storage.h
@@ -29,13 +29,9 @@ int del_stored_device_info(bdaddr_t *src, bdaddr_t *dst);
int store_device_info(bdaddr_t *src, bdaddr_t *dst,
struct hidp_connadd_req *req);
-int parse_stored_hidd(const char *str, struct hidp_connadd_req *req);
int parse_stored_device_info(const char *str,
struct hidp_connadd_req *req);
int read_device_name(bdaddr_t *src, bdaddr_t *dst, char **name);
-int read_device_class(bdaddr_t *src, bdaddr_t *dst, uint32_t *cls);
int encrypt_link(bdaddr_t *src, bdaddr_t *dst);
-
-gboolean has_bonding(bdaddr_t *src, bdaddr_t *dst);