diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2008-09-14 11:23:57 -0700 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-09-14 11:26:18 -0700 |
commit | a92bd8322b41a1002fba89386019ff2bd3cc5493 (patch) | |
tree | e75faab2d6464eaf9070789ffe9bb3d4c19a7b3d /src/storage.h | |
parent | 16e602617d194c65ac641d1835bab6c58503cdcc (diff) |
move read_records() to storage.c where it belongs
Diffstat (limited to 'src/storage.h')
-rw-r--r-- | src/storage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage.h b/src/storage.h index 85c9398c..85d1064c 100644 --- a/src/storage.h +++ b/src/storage.h @@ -59,7 +59,7 @@ int delete_entry(bdaddr_t *src, const char *storage, const char *key); int store_record(const gchar *src, const gchar *dst, sdp_record_t *rec); sdp_record_t *fetch_record(const gchar *src, const gchar *dst, const uint32_t handle); int delete_record(const gchar *src, const gchar *dst, const uint32_t handle); - +sdp_list_t *read_records(const gchar *src, const gchar *dst); int store_device_id(const gchar *src, const gchar *dst, const uint16_t source, const uint16_t vendor, const uint16_t product, const uint16_t version); |