From bae34785e2fb371509eb0a2c7529f0fe2454dde8 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Tue, 26 Aug 2008 15:00:23 -0300 Subject: Removed warnings --- src/hcid.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/hcid.h') diff --git a/src/hcid.h b/src/hcid.h index fa62c706..d29a0e09 100644 --- a/src/hcid.h +++ b/src/hcid.h @@ -151,7 +151,6 @@ 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); - gboolean plugin_init(GKeyFile *config); void plugin_cleanup(void); void __probe_servers(const char *adapter); -- cgit