diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-06-22 17:11:10 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-06-22 17:11:10 +0000 |
commit | 0762886602369f99a473dc95cc288def7b6e363c (patch) | |
tree | 16420e1e3d6c823d59c1711b547025a89db7155f /input/storage.h | |
parent | 51386028973220d84b6a7e59735fa1fce98621b3 (diff) |
input: convert hidd to input
Diffstat (limited to 'input/storage.h')
-rw-r--r-- | input/storage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/input/storage.h b/input/storage.h index 81ad2599..a5462561 100644 --- a/input/storage.h +++ b/input/storage.h @@ -29,6 +29,7 @@ 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); |