From a92bd8322b41a1002fba89386019ff2bd3cc5493 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Sun, 14 Sep 2008 11:23:57 -0700 Subject: move read_records() to storage.c where it belongs --- src/storage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/storage.h') 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); -- cgit