summaryrefslogtreecommitdiffstats
path: root/hcid/hcid.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-05-16 10:19:23 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2008-05-16 10:19:23 +0000
commit7c67f70b684870920af46c1561eedc475c4ad31f (patch)
tree23c02801402cebdfb875c4570614ee0a96d748a0 /hcid/hcid.h
parent4de66ff306262950a6da54399cef89a9134247f0 (diff)
Implement support for disabling specific plugins from loading
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r--hcid/hcid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h
index 6d28bb67..099357f0 100644
--- a/hcid/hcid.h
+++ b/hcid/hcid.h
@@ -212,7 +212,7 @@ GSList *list_trusts(bdaddr_t *local, const char *service);
int write_device_profiles(bdaddr_t *src, bdaddr_t *dst, const char *profiles);
int delete_entry(bdaddr_t *src, const char *storage, const char *key);
-gboolean plugin_init(void);
+gboolean plugin_init(GKeyFile *config);
void plugin_cleanup(void);
void __probe_servers(const char *adapter);
void __remove_servers(const char *adapter);